Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Should I Use "weakSelf" In a dispatch Block?

objective-c block vs selector. which one is better?

Is there an advantage to using blocks over functions in Objective-C?

Will ARC tell me when I must use __block?

Multithreading and Grand Central Dispatch on iOS [closed]

Using a pointer to an object declared outside a block, inside the block

How to download image asynchronously using blocks?

Invoke block iOS

Getting incompatible block pointer types sending void *(^)

Memory management in ReactiveCocoa

Idiom to hide `self` in Objective C blocks?

Can C style blocks cause memory leaks?

Modifying mutable object in completion handler

Block syntax error from Apple example 'Creating a Block'

Block callback crashes with EXC_BAD_ACCESS

Unable to keep Websocket alive in background iOS

How to Write Unit test of a async method without completion Block in Obj C

How to catch exceptions within BlockCode (Objective C)