Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Trying to understand blocks on iOS

iphone objective-c-blocks

Objective-C block parameters

OCMock and block testing, executing

Avoiding the "capturing self strongly in this block is likely to lead to a retain cycle" message

Block implicitly retains 'self'; - but is it intended behaviour?

Should I use weakSelf in nested blocks?

C++0x lambda vs blocks

Static block variable in Objective-C

Is there a general directly executable type for Objective-C blocks?

Swift closure crashes when called as Objective-C block

ios store ^block in dictionary or array?

Is it possible to create a category of the "Block" object in Objective-C

How to pass a block as an argument into another block in Objective C

Syntax to define a Block that takes a Block and returns a Block in Objective-C

Repeat count for UIView block-based animation

How to fix "Capturing 'block' strongly in this block is likely to lead to a retain cycle"

Referencing an NSOperation object in its own completion block with ARC

Do I have to retain blocks in Objective-C for iOS?

How to remove elements in NSMutableArray or NSMutableDictionary during enumeration?

Can't make weak reference to closure in Swift