https://github.com/inaldor/iostask
A 100% code network request app
https://github.com/inaldor/iostask
api-rest codable mvc network-requests nostoryboard swift
Last synced: 3 months ago
JSON representation
A 100% code network request app
- Host: GitHub
- URL: https://github.com/inaldor/iostask
- Owner: inaldor
- License: mit
- Created: 2020-03-31T11:25:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T01:04:45.000Z (over 4 years ago)
- Last Synced: 2025-03-06T05:14:07.075Z (3 months ago)
- Topics: api-rest, codable, mvc, network-requests, nostoryboard, swift
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PulseLive-Swift
A 100% code network request app## About
The app retrieves and displays a list of items described in the data provided by the API. When an item in the list is tapped the app transitions to a detail view which displays the same specific item data together with the additional data provided by the API. It was developed using MVC, Codable Protocol and doesn't use any third-party frameworks or libraries.## Features
* Click in an item of the list will show his details
* The items of the list are sorted in ascending order## Pictures
![]()
![]()
![]()
![]()
## License
This project is licensed under the [MIT License](https://github.com/inaldor/iOSTask/blob/master/LICENSE)