Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

In which thread are iOS completion handler blocks called?

Assigning objects to variable outside a block

why the type of `nil` is not `id` but `void *`

Check for availability of blocks at runtime on iOS

Assignment to ivar in a Block via weak pointer

declare a forward reference to block typedef?

Objective-C accessing properties inside block

do some work in the background and return the result

Under ARC, are Blocks automatically copied when assigned to an ivar via the property?

Use Objective-C blocks in swift

Casting nil in block

iOS >> Blocks >> Changing Values of Variables External to the Block

ARC, self and blocks

Passing block parameter that doesn't match signature

Convert Objective-C block to Swift closure

Completion handlers and return values

Obj-C __block variable retain behavior

dispatch_queue_t need to be released using dispatch_release()?

Getting data out of the NSURLResponse completion block

Objective-C blocks and variables