Appstreet-iOS-Assignment is a photo search app using Flickr's search API.
- Using UISearchController in the title view of Navigation bar.
- Containing an option to switch among 2, 3 or 4 number of items per row.
- Flickr Photo search API integration.
- Lazily image loading for collection view.
- Handling multiple download tasks effectively by
- checking if download task for url already exists
- switching between high and low task priorities depending upon whether cell corresponding to download task is visible or not.
- Image caching
- Zooming image transition animation same as of Apple's photo app.
- Using small sized image for collection view and correnponding high resolution image on full screen.