Skip to content
JituDeore edited this page Aug 6, 2018 · 1 revision

Welcome to the JustCleanDemo wiki!:- This project has list of all movies data. It has listing + Detail page.

In this project we are using The Movie Database (TMDb) API to fetch the data. This is paginated API. I have implemented pagination as well.

Created ListItem struct model which has list of movies data and rendering it to the tableview. Table view cell height calculation is dynamic based on content. Implemented caching as well to view the data offline. Caching all request data.

Good thing about this project:-

  1. Implemented generic Error view any one can use across the App. Anyone want to use they just have to use ErrorPresentableViewController this protocol and done.

  2. Dynamic table view cell height.

  3. Created extensions to extend functionality.

Clone this wiki locally