Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 915 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 915 Bytes

TMDb Objective-C

Project page 1 Project page 2

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

API Key Reference

And insert it into the project at NetworkService Objective-C file (NetworkService.m).