Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Is there a SELF pointer for blocks?

Selectors or Blocks for callbacks in an Objective-C library

Meaning of symbol ^ in Objective C [duplicate]

Objective C - How to implement custom callback method but enforce specific parameter?

Is it ever Ok to have a 'strong' reference for a delegate?

Copying blocks (ie: copying them to instance variables) in Objective-C

iOS 4 blocks and retain counts

Capturing 'self' strongly in this block is likely to lead to a retain cycle [duplicate]

Should I still copy/Block_copy the blocks under ARC?

Objective C — What is the fastest and most efficient way to enumerate an array?

Checking Objective-C block type?

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?