NSURLConnection-Blocks icon indicating copy to clipboard operation
NSURLConnection-Blocks copied to clipboard

A category for NSURLConnection that allows use of blocks for success and failure

Results 2 NSURLConnection-Blocks issues
Sort by recently updated
recently updated
newest added

For folks who don't like to do inline blocks, these typedef's are helpful to define the success and failure blocks upfront. Example of how I would use them: - (void)requestSession...