Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-blocks

Can't make weak reference to closure in Swift

Objective-C blocks and C++ objects

Should my Block-based API have just completion or both success and failure handlers?

Traversing key/values of an NSDictionary, is enumerateKeysAndObjectsUsingBlock more efficient than looping keys and calling objectForkey:?

Storing a block in a collection

Dereferencing a __weak pointer is not allowed inside block

ios objective-c-blocks

How to declare a block with arguments in swift?

Passing blocks in Objective-C

How to tell if blocks in loop all have completed executing?

Why doesn't Remove Observer from NSNotificationCenter:addObserverForName:usingBlock get called

How to cast blocks to and from void *

how does asynchronous actually work under the hood..?

Objective-C code blocks equivalent in C#

Objective-C Block type as return value

Keep blocks inside a dictionary

Compactly disable arc-retain-cycles warning for self-referencing blocks

Recursive Blocks in Objective-C leaking in ARC

How are NSBlock objects created?

What are the best practices to avoid leaks when using objective-c blocks?

Waiting for multiple blocks to finish