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