Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inaldor/iosapp-mvvm
- Owner: inaldor
- License: mit
- Created: 2020-11-10T12:24:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T16:44:20.000Z (about 4 years ago)
- Last Synced: 2025-01-20T09:49:33.818Z (10 days ago)
- Topics: codable, json, mvvm, network-requests, nostoryboard, swift
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)