FlickrSearchPhotos Supported Platforms

Simple search photos application which uses Flickr REST API made in Swift.

Requirements

Use Flickr public API to create a simple photo app:

  • implement a search functionality using flickr.photos.searchmore.
  • display collection of photos from search results
  • implement infinite scrolling on the search results (use paging for the search results based on collection scroll position)

Programming languages used

  • Swift

Dependencies used

  • none.

User Interface

  • made programmatically using AutoLayout

Networking layer

  • made using URLSession

Screenshots

Screenshot 2022-06-05 at 20 55 58

Screenshot 2022-06-05 at 20 57 33

Demo (gif)

Simulator Screen Recording - iPhone 13 Pro Max - 2022-06-06 at 00 07 06

GitHub

View Github