A iOS Application that shows up the movies by consuming the TheMovieDB API.
Using the MVC architecture with the Network Service, we create this project to learn more about the Objective-C and its features, and that's why the app was build with no pods at all; free from dependencies.
We also have the bold to link the Objective-C with the Swift: the backend (such as the data fetched, the frameworks and libraries) was made in Objective-C and the frontend(the tableview, cells and outlets) were made in Swift.