Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Asynchronously dispatched recursive blocks

iOS 5 Twitter Framework & completionHandler block - "Capturing 'self' strongly in this block is likely to lead to a retain cycle"

Translating ObjC-Blocks to Swift Closures

Create an optional block as a variable

When and when not to use __block in Objective-C? [closed]

How to format source code with braces on new lines with blocks and Xcode?

How to set UIActivityViewController Gmail Share Subject different than body

When making unit tests for objective C, how do you test blocks?

Setting NSError within a block, using ARC

Understanding complex block syntax

Are Objective-C blocks autoreleased?

Why would I not use a weak pointer to self in a Block passed to dispatch_after()?

"Converting" a function pointer to a block in objective-C

Objective-C: Is there an -invoke on blocks that takes parameters?

What is the performance difference between blocks and callbacks?

Smalltalk blocks in Objective-c?

UIDocument openWithCompletionHandler not completing on iOS device

Can Swift return value from an async Void-returning block?

Calling super in the implementation of an Objective-C block