Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Using __block and __weak

Objective-C crash on __destroy_helper_block_

Do we need to use __weak self inside UIAnimationBlocks in ARC?

Correct management of addObserverForName:object:queue:usingBlock:

FIFO serial queue using GCD

Alternative syntax to __block?

Objective-C Block Property with Xcode code completion

How to simplify callback logic with a Block?

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