Skip to content

hectorsvill/FlickR_Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

flickR Client

img

img

Flickr client will allow you to:

  • Log in to your flickr account
  • Like images
  • Search images
  • View image data
  • View image comments

  • Utilizing OAuthSwift to interface with flickr
  • Search View Controller will load an endless amount of images as you scroll down.
  • Programmatic UI
  • Fetching images with concurrent Operations
  • Image Caching with Generic Cache that is thread-safe
  • Custom Collection View Layout

  • Must install pod before using
pod install
pod update