Skip to content

An application that utilizes Flickr API and Apple MapKit to let users drop pins on map and view/download images from this location.

Notifications You must be signed in to change notification settings

abdullahsalah96/Virtual-Tourist-iOS-Nanodegree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Tourist (iOS Nanodegree)

The Virtual Tourist app utilizes Flickr API and Apple MapKit to let users download and store images from Flickr. The app allows users to drop pins on a map, as if they were stops on a tour. Users will then be able to download pictures for the location and persist both the pictures, and the association of the pictures with the pin. The photos are then displayed in a collection view.

The Data Model was implemented using Apple CoreData to persist the downloaded images in the app rather than downloading them each time the user launches the app. The user has the ability to fetch a new collection of images by pressing the New Collection Button which deletes the existing images and fetches new ones.

The App consists of two view controllers:

  • Map View Controller:

  • Photo Album View Controller:

Dependencies:

  • Apple UIKit
  • Apple CoreData
  • Apple MapKit
  • FlickrAPI

About

An application that utilizes Flickr API and Apple MapKit to let users drop pins on map and view/download images from this location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages