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: about 1 year 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 (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-05-17T19:15:44.000Z (about 15 years ago)
- Last Synced: 2025-04-14T08:09:10.144Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 125 KB
- Stars: 13
- Watchers: 2
- 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