Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

How to use dispatch_queue_set_specific() and dispatch_get_specific()

Block Syntax Objective C

How to "break" out of dispatch_apply()?

Is it possible to define a block as a member of a class?

Write block functions in Swift

How to use a stop condition on a block like the enumerateObjectsUsingBlock from the NSDictionary class?

Why does UIAlertController create a retain cycle with self?

Use of Blocks crashes app in iPhone Simulator 4.3/XCode 4.2 and 4.0.2

How to write Objective-C Blocks inline?

Allocating/showing a UIAlertView in a Block statement

Block version of performSelectorOnMainThread:withObject:waitUntilDone:

NSComparisonResult and NSComparator - what are they?

How do Clang 'blocks' work?

animation completion called immediately

What is causing a SIGSEGV using blocks?

weakSelf (the good), strongSelf (the bad) and blocks (the ugly)

Why is Clang confused by @try{} in a block with no return statement?