Upcoming Movies is a sample ios app built using swift that displays the details of upcoming movies. The project consumes rest api provided by THE MOVIE DB.
The project demonstrates the use of MVVM (Model-View-ViewModel) pattern for development of native iOS applications. We use MVVM a lot for developing native applications at CodeToArt. Following is the visual representation of application architecture.
The project uses cocoapods to integrate external libraries. Thus, you will need cocoapods installed to run the project. Download/Clone the project, run 'pod install'. Open the .xcworkspace file, build & run.
- Swift 5.0 - Swift version used
- Xcode 11.3.1 - Xcode version used
- Swift 5.0 - Swift version used
- Xcode 11.3.1 - Xcode version used
For the versions available, see the tags on this repository.
- Priyank Tiwari
This project is licensed under the MIT License - see the LICENSE.md file for details