Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/ios7-rest-example-app
Consumes a REST API in iOS7 and populates a table view with the results
https://github.com/robbestad/ios7-rest-example-app
Last synced: about 1 month ago
JSON representation
Consumes a REST API in iOS7 and populates a table view with the results
- Host: GitHub
- URL: https://github.com/robbestad/ios7-rest-example-app
- Owner: robbestad
- Created: 2014-01-24T07:18:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T15:22:57.000Z (almost 11 years ago)
- Last Synced: 2024-04-13T17:10:58.670Z (9 months ago)
- Language: Objective-C
- Homepage: http://blog.robbestad.com/2014/01/consuming-rest-api-with-ios-and.html
- Size: 266 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iOS7 Rest Example App
=================Consumes a REST API in iOS7 and populates a table view with the results
How to use
=================
Change the defined url to the API of your choice and run. On load, the app will automatically populate the table view with the titles from the API fetch request.This is meant to be used as a starting point for making an APP based on fetching data from APIs, but could also be used as a simple tutorial on how to fetch data asynchronously and populate when the data is ready.