TMDb App
iFrames is an iOS app which connects to The Movie Database (TMDb) API and show users list of movies. Top 100 movies are shown when user launch of the app. This data is persisted by Realm Data Base. User can search for other movies in the DataBase and by clicking see the details of the movie. Network framework used in the screen to update the UI when internet connection is lost and then recieved again. MVC design pattern and RxSwift Framework used during development of the application.
Gitignore file used to push this repository, please include necessary frameworks in your pod file and install them to run the project. Also keys.plist file containing API key is not included in this public repository. Please request your own API key from the "https://www.themoviedb.org/" Once you sign up, it's easy to get an api key by: Your Profile > Settings > API ("https://developers.themoviedb.org/3/getting-started/introduction")
Minimum IOS deployment target 13.2 and support both Iphone and Ipad.
XCode 11.2+ Swift 5.0+
This app is open source. If you find a bug please open an issue. Feel free to contribute. *Please check Report.pdf file for detailed information about the devolopment process.