VirtualTourist is the fifth Udacity Project in the Ios Developer Nanodegree journey. This project focuses persistence, the iOS File System and Core Data.
In VirtualTourist you can set Pins in locations and fetch images using flickr for the pins location.
By pressing the New Collection
Button you can add load new images from flickr. Tap any images you want to remove from your collection.
The pins, as well as the images are saved automatically in Core Data.
- Clone/Download the repo
- Open
VirtualTourist.xcoderj
in Xcode - Open
NetworkClient.swift
and add your own flickr APIKey and APISecret. If you don't have one yet, visit flickr App Garden to request a free APIKey - Build & Run!
- Set Pins with a long tap on the map
- Select a pin to view your collection
- Add new Images by pressing
new Collection
or tap existing images to remove them