Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentzo/ikconnectiondelegate
The IKConnectionDelegate class simplifies your NSURLConnection-related code by using GCD and blocks.
https://github.com/kentzo/ikconnectiondelegate
Last synced: 5 days ago
JSON representation
The IKConnectionDelegate class simplifies your NSURLConnection-related code by using GCD and blocks.
- Host: GitHub
- URL: https://github.com/kentzo/ikconnectiondelegate
- Owner: Kentzo
- License: mit
- Created: 2010-08-11T14:12:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-17T19:15:44.000Z (over 13 years ago)
- Last Synced: 2024-07-02T20:46:16.154Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 125 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Abstract:
The IKConnectionDelegate class removes NSURLConnection dance by using GCD and blocks. You just need to provide completion block and blocks to respond to the upload/download progress.
See Demo App to get the idea (Look at the Downloads section).License:
MIT License