Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 709 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 709 Bytes

giphySearch

Instructions: Clone the master branch (or download it) and run a pod install in the directory with the Podfile. Just one pod - FLAnimatedImage. The project was written in Swift 4.1 and Xcode 9.4 (and Im on Cocoapods 1.5.3)

Known issues:

  1. Sometimes individual images dont load/missed when scrolling between images that do load. Suspect image is available in cache but cell not laying out in time to display.
  2. Double check searching for term with one result and loading "more", probably disable more button if no more offsets available.
  3. Crash occurs when reloading a previously searched term and network calls hand on slower network connections. Timeout not occuring. Investigate further.