An iOS app allows users specify travel locations around the world, and create virtual photo albums for each location. The locations and photo albums are stored in Core Data. Photos associated with users' tapped pins are shown in the collection view. Photos obtained by making the network calls to Flickr's server.
Allows user to tap and select Pin on the map, geocoding to pass Lat/Lon to Flickr's server.
Displays photos that are associated with tapped pins.
Photos and locations saved in Core Data.
New photo albums are created every time user taps "New Collection" button