In this application, I took data from https://www.themoviedb.org/ using Alamofire and Kinfisher and showed it to the user.
HOME PAGE :
- I showed the movies that are currently showing using CollectionView. By using Burata Timer feature, I made the movies scroll automatically.
- I have listed the upcoming movies and their properties using TableView.
- Using SearchBar, I enabled the user to search for the desired movie.
- Clicking on any movie displays the Detail page.
DETAIL PAGE:
- The image of the selected movie, imdb score, name and information about the movie are displayed.
- Movies similar to the selected movie are displayed with CollectionView.