Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Compilation issue when using blocks with LLVM GCC 4.2

Call inline block specifying return Type and Parameters

iOS 7 animation block not being called

Call a super block / extending a block

Polymorphic property blocks in Obj C as callback functions

Blocks in Swift shows error "Missing argument for parameter #2 in call" [closed]

Objective-C blocks - does block retain the object it references?

How to avoid a memory leak with __block and completion blocks

Make a block that accepts a block as argument

AFNetworking, UITableView and Blocks

iOS inline blocks are fine, but blocks declared as variables cause memory issues

iPhone willResignActive method doesn't complete execution

Objective-C macro with weak self

Are blocks in Objective-C are really useful? What can their utility be? [closed]

weakSelf on queue calling method that use self inside

iOS: block copied and added to mutable array, do I need to release them when empty the array?

Is it safe to call Block_copy() and Block_release() on nil?

Objective-C Fast Enumeration Bubble Sort