Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

on iOS using Parse, how to save two PFFiles to a PFObject in background

does dispatch_async copy internal blocks

How to call method on presenting view controller from modal view controller

Send notification to another view controller when request finishes

In Objective-C, what does it mean to assign a weak to a strong within a block?

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