Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Why should I choose GCD over NSOperation and blocks for high-level applications?

Generic typeof for weak self references

Objective-C callback handler [closed]

Better asynchronous control flow with Objective-C blocks

Executing Blocks From NSArray?

Is the weakSelf/strongSelf dance really necessary when referencing self inside a non-retained completion called from a UIViewController?

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

iOS blocks and strong/weak references to self

Is it necessary to use weak references to self always inside blocks..?

Objective-C: `continue` in collection enumeration block?

Block references as instance vars in Objective-C

How to write an Objective-C Completion Block

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

Can AFNetworking return data synchronously (inside a block)?

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 to cancel NSBlockOperation

Storing Blocks in an Array

dispatch_sync vs. dispatch_async on main queue

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