Swift application that helps you create a "trip view" for your Swarm checkins for particular time interval. It fetches all of your last Swarm checkins or the ckeckins for a specific time period (currently up to 250 because paging is not implemented).
I gave a talk about it at the try!swift conference in New York and you can find the slides here
Add a title field to the "Add trip" viewStore trips (title & date filter) locallyAdd a view that shows a list of the locally saved trips- Add validation for the trip name and remove the default one
- Show text and photos (maybe collection view items)
- Add navigation to Swarm when a checkin item is tapped
- Handle errors
- Implement paging
- Don't save the auth token locally
- Handle errors