Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 792 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 792 Bytes

Virtual Tourist

Virtual Tourist 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.

  • When the app first starts it will open to the map view. Users will be able to zoom and scroll around the map using standard pinch and drag gestures.
  • Tapping and holding the map drops a new pin. Users can place any number of pins on the map.
  • When a pin is tapped, the app will navigate to the Photo Album view associated with the pin.
  • If the user taps a pin that does not yet have a photo album, the app will download Flickr images associated with the latitude and longitude of the pin.