This application developed without using a storyboard. The first window starts by AppDelegate window property. All api request runs with Service singleton pattern.
Main Screen | Display Mode | Details Screen | Search Screen |
---|---|---|---|
App uses SDWebImage library for download and cache movie posters. SDWebImage provides an async image downloader with cache support.
Api Link: https://developers.themoviedb.org/3
Search Query; https://api.themoviedb.org/3/search/tv?api_key={api_key}&query=Marvel
Popular Movie; https://api.themoviedb.org/3/tv/popular?api_key={api_key}&page=1
Movie Details; https://api.themoviedb.org/3/tv/287947?api_key={api_key}