You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project features a movie list generated using TMDb API. When a movie is selected, the user is navigated to a details page with additional information. The project was developed in Objective-C, using UIKit with ViewCode for the user interface and the MVVM-C architecture for code organization.
Feel free to clone it and test it by yourself!
API Key
Don't forget to get your API key at this link: TMDb API
And insert it into the project at NetworkService Objective-C file (NetworkService.m).