Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Do I need to check for nil on my strongSelf = weakSelf assignment inside a block?

Calling block from Objective C collection in Swift

Passing Multiple Block Parameters to Method

Objective-C: Why two requests of [object copy] return the same result?

ARC, ivars in Blocks and Reference Cycles via Captured Self

Reloading a UICollectionView using reloadData method returns immediately before reloading data

How can I properly capture an Obj-C block within a c++ lambda call?

Can a subclass add parameters in a block in a parameter in an inherited method?

Concurrent programming in OpenCL vs Grand Central Dispatch

Block didn’t capture self in typeof,why?

Can I call [self retain] within -dealloc? Or, how do I ensure dealloc happens on the main thread?

Cancel block in UIView animateWithDuration

What's the harm of retain self in block?(Objective-C, GCD)

Creating the loop using GCD

Find out how many arguments a block needs

JavaScriptCore: Trying to pass JS function as block to Objective-C, Getting 'TypeError' Exception