An single-screen app that implements a paginating UITableView displaying GIFs retrieved from Giphy's public API.
The app shows a list of the top trending GIFs by default, and has an option to search for anything you please. The app is built using the MVVM architecture, facilitated by RxSwift and Moya. It uses Kingfisher for image caching and performant GIF displaying.
Run the following commands to download the repository and open the project in Xcode.
git clone [email protected]:Killectro/GiphySearch.git
cd GiphySearch/GiphySearch
pod install
open GiphySearch.xcworkspace