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: about 1 year ago
JSON representation

The IKConnectionDelegate class simplifies your NSURLConnection-related code by using GCD and blocks.

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