Search code examples
Accessing Objective-C block from Swift...


iosobjective-cswiftobjective-c-blocksswift-block

Read More
Static block variable in Objective-C...


objective-cobjective-c-blocksstatic-variables

Read More
Waiting for multiple blocks to finish...


iosobjective-c-blocksgrand-central-dispatchnsoperationnsoperationqueue

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


objective-cc++11lambdaobjective-c-blocksobjective-c++

Read More
Swift - Obj C Interoperability with Closures / Blocks...


objective-cswiftobjective-c-blocks

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


iosobjective-casynchronousobjective-c-blocksxctest

Read More
How to Create Wrapper class for my block method so i can use it by single line...


iosobjective-cobjective-c-blockswrapper

Read More
Block implicitly retains 'self'; - but is it intended behaviour?...


iosobjective-cobjective-c-blocks

Read More
Using __block and __weak...


objective-cobjective-c-blocksweak-references

Read More
Is the weakSelf/strongSelf dance really necessary when referencing self inside a non-retained comple...


iosobjective-cuiviewcontrollerobjective-c-blocksretain-cycle

Read More
Objective-C cast a block type into another got unexpected result...


iosobjective-cfloating-pointobjective-c-blocksforecasting

Read More
pass completion block from swift to back to objective...


objective-cswiftclosuresobjective-c-blocks

Read More
Assign a variable inside a Block to a variable outside a Block...


objective-ccompiler-errorsobjective-c-blocks

Read More
Objective-C Blocks, Variables and CLGeocoder and/or CLPlacemark...


ios5objective-c-blocks

Read More
Is it ever Ok to have a 'strong' reference for a delegate?...


objective-cmemory-managementdelegatesautomatic-ref-countingobjective-c-blocks

Read More
Does @synchronized(self) in a block lead to a retain cycle?...


objective-cmemory-managementobjective-c-blockssynchronizedreference-cycle

Read More
Objective-C: initialization of blocks stored in collections...


iosobjective-cmacoscocoaobjective-c-blocks

Read More
What is the block that CFRunLoopPerformBlock() handles?...


iosobjective-c-blocksrunloop

Read More
Blocks and Objects in Objective-C...


objective-cxcodefunctionlambdaobjective-c-blocks

Read More
EXC_BAD_ACCESS exception when calling a Swift closure from C...


ioscswiftclosuresobjective-c-blocks

Read More
Nested block programming...


objective-cobjective-c-blocks

Read More
How to get data out of a block?...


objective-cobjective-c-blocksavaudiosession

Read More
Generic typeof for weak self references...


objective-ccocoaautomatic-ref-countingobjective-c-blocksweak-references

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


iosobjective-cswiftclosuresobjective-c-blocks

Read More
retain assigned values from within block in objective-c...


objective-cobjective-c-blocks

Read More
Waiting until two async blocks are executed before starting another block...


iosobjective-cobjective-c-blocksgrand-central-dispatch

Read More
Data inside array not visible outside of block in iOS...


iosobjective-carraysnsarrayobjective-c-blocks

Read More
What is the required syntax to pass a block to a pure C function?...


objective-cfunctionobjective-c-blocks

Read More
Chaining nullable blocks in Objective-C and in Swift?...


objective-cswiftobjective-c-blockschainingswift-block

Read More
Cocoa blocks as strong pointers vs copy...


objective-ccocoaautomatic-ref-countingobjective-c-blocks

Read More
BackNext