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

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

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)