Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inaldor/iosapp-mvvm

A 100% code network request app
https://github.com/inaldor/iosapp-mvvm

codable json mvvm network-requests nostoryboard swift

Last synced: 9 days ago
JSON representation

A 100% code network request app

Awesome Lists containing this project

README

        

# iOSApp-MVVM
A 100% code network request app

## About
This app is the result of my studies using MVVM, JSON and Codable protocol. It is a simple app without using storyboards, it consists of a JSON with some information fetched by a network request, I have used the codable protocol to do the JSON handling.

## Features
* Click in an item of the list will show his details.
* Organise and comment the code. (TODO)

## License

This project is licensed under the [MIT License](https://github.com/inaldor/iOSApp-MVVM/blob/master/LICENSE)