New posts in objective-c-blocks

Block references as instance vars in Objective-C

Difference between block (Objective-C) and closure (Swift) in iOS

How does typedef-ing a block works

Unable to access global variables in dispatch_async : "Variable is not Assignable (missing _block type specifier)" [duplicate]

How does a Block capture the variables outside of its enclosing scope?

How can I verify that I am running on a given GCD queue without using dispatch_get_current_queue()?

Using __block and __weak

How to write an Objective-C Completion Block

Storing Blocks in an Array

dispatch_sync vs. dispatch_async on main queue

Checking Objective-C block type?

How to cancel NSBlockOperation

How to use "enumerateChildNodesWithName" with Swift in SpriteKit?

How to simplify callback logic with a Block?

Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior

How to dispatch on main queue synchronously without a deadlock?

UIButton block equivalent to addTarget:action:forControlEvents: method?

iOS blocks and strong/weak references to self

Why can't we use a dispatch_sync on the current queue?

Using weak self in dispatch_async function