The Museum is an iOS application created by implementing API as an application data provider. This application displays data from the museum's collections.
There are 19 categories of collection departments displayed and each department has collection data.
- Swift - The main technology used is swift.
- Ruby - Using Ruby for the implementation of cocoapods as a third party library.
- Cocoapods Alamofire - Using Alamofire to implement API on the app.
- Cocoapods SwiftyJSON - Using SwiftyJSON to implement API on the app.
- Using UIPickerView to select a departement that want to view.
- Using TableView to displayed collection data.
- Implement Custom Table Cell to displayed on TableView.
- Using MVC Design Model to organize application files.
- Implement LaunchScreen on the app.
- In this application I use the API from The Metropolitan Museum of Art Collection API, which can be seen here https://metmuseum.github.io/
- I also use Postman to inspect the API while the app is being built.
Installation can be done by downloading the zip file or doing a git clone directly using the terminal or xcode.
Septian Nugraha