[IOS] It's an app where you can find out about popular, top rated, now playing movies, or search for specific movies. You can also see information of a movie and watch trailers. Application uses TMDB API. See API for details.
Using brand new iOS 13 CompositionalLayout & DiffableDataSource API to build the collectionview layout & data source
Using Realm as local storage.
- List of Popular, Top Rate, Now Playing movies.
- Bookmark movies to Favorite list.
- Search movies.
- Detailed screen of the movie with overview, videos, cast...
$ git clone https://github.com/mq162/MovieHolic
$ pod install
MovieHolic requires Swift 5.1 and Xcode 11.2.
Pham Minh Quang