Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Difference between block (Objective-C) and closure (Swift) in iOS

Can AFNetworking return data synchronously (inside a block)?

How does typedef-ing a block works

Unable to access global variables in dispatch_async : "Variable is not Assignable (missing _block type specifier)" [duplicate]

How to cancel NSBlockOperation

Storing Blocks in an Array

dispatch_sync vs. dispatch_async on main queue

Why can't we use a dispatch_sync on the current queue?

Using weak self in dispatch_async function

Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior

How to dispatch on main queue synchronously without a deadlock?

UIButton block equivalent to addTarget:action:forControlEvents: method?

Which is the right one, nil or NULL, to mark "no Objective-C block"?

Implementing a method taking a block to use as callback

Calling [self methodName] from inside a block?

Why do nil / NULL blocks cause bus errors when run?

How to store blocks in properties in Objective-C?

Custom completion block for my own method [duplicate]

What is the difference between a __weak and a __block reference?

Blocks instead of performSelector:withObject:afterDelay: [duplicate]