Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

EXC_BAD_ACCESS if I call an Objective-C block directly

Call Method that assigns NSError in Block Crashes

Does a singleton create retain cycle inside block?

How to "optionalize" block-based UIView animations?

Nested block programming

Accessing BOOL within blocks

Does GCD assure that all the blocks working in the same queue are always working in a same thread?(About ABAddressBookRef)

Pass Data using Closures

Blocks in non-trivial cycles

OK to use underscore for autosynthesized properties in block (strong reference cycle)

Why are Objective-C blocks not handled through pointers as are other Objective-C objects?

calling super from within a GCD dispatch_async block: is it safe?

iOS how can I add a completion block to UIWebView loadRequest:?

Observing UIView changes crash

Changing the argument types on a block callback

Capturing video and displaying images using captureOutput:captureOutput didOutputSampleBuffer:sampleBuffer fromConnection:connection