Search code examples
Weak/Strong reference within nested blocks...


objective-cobjective-c-blocks

Read More
Why would I not use a weak pointer to self in a Block passed to dispatch_after()?...


objective-cmemory-managementobjective-c-blocksgrand-central-dispatchweak-references

Read More
Creating a method to perform animations and wait for completion using a semaphore in objective c...


iosobjective-cobjective-c-blockssemaphoreanimatewithduration

Read More
NSOperationQueue methods parameter are becoming empty...


objective-cobjective-c-blocksnsoperationqueuensoperation

Read More
NSHTTPURLResponse is nil but no NSError is generated...


iosobjective-cobjective-c-blocksnsurlsessionnserror

Read More
Why does UIAlertController create a retain cycle with self?...


iosmemory-managementobjective-c-blocksuialertcontrollerretain-cycle

Read More
How to end the Completion Block in Next ViewController...


iosobjective-ccallbackobjective-c-blocksnsnotificationcenter

Read More
Execute a method after the completion of a block method...


iosobjective-ccallbackgrand-central-dispatchobjective-c-blocks

Read More
Objective-C: What does this code mean?...


objective-cobjective-c-blocks

Read More
Static variable inside block...


iosobjective-cmacoscocoaobjective-c-blocks

Read More
Is there a way to wrap an ObjectiveC block into function pointer?...


objective-ciosccallbackobjective-c-blocks

Read More
Capturing 'self' strongly in this block is likely to lead to a retain cycle...


iosobjective-cautomatic-ref-countingobjective-c-blocksretain-cycle

Read More
Trying to refactor networking method using Singleton pattern in iOS...


iosobjective-cuitableviewobjective-c-blocks

Read More
Objective-C Naming the Parameter of the Block...


iosobjective-cobjective-c-blocks

Read More
iOS: Blocks, main queue, and retain cycles...


iosobjective-c-blocks

Read More
How to improve this objective-c code (blocks, RestKit, async, threads)...


iosobjective-cmultithreadinggrand-central-dispatchobjective-c-blocks

Read More
Phillips HUE SDK in Swift...


objective-cswiftobjective-c-blocksphilips-hue

Read More
How are escaping closures implemented in Swift 3 (under the hood)? Are they implicitly block_copied/...


objective-cswiftswift3closuresobjective-c-blocks

Read More
How to call an objective-c function which accepts Dictionary of blocks as argument from Swift?...


objective-cswiftclosuresobjective-c-blocks

Read More
Translate recursive JS function into Obj-C...


javascriptobjective-crecursionobjective-c-blocks

Read More
Add C function as value to NSDictionary...


iosobjective-cfunctiondictionaryobjective-c-blocks

Read More
Unable to access a block which is passed as arguments in this method...


iosobjective-cobjective-c-blocks

Read More
Call Method that assigns NSError in Block Crashes...


objective-ccocoaautomatic-ref-countingobjective-c-blocks

Read More
Assigning a variable value from an Objective-C Block...


objective-cobjective-c-blocks

Read More
Unable to access global variables in dispatch_async : "Variable is not Assignable (missing _blo...


iosobjective-cmultithreadingobjective-c-blocksgrand-central-dispatch

Read More
UIImageView Transition Betwen Multiple Images...


iosanimationuiimageviewobjective-c-blocks

Read More
Capturing Block passed into method when using OCMock...


iosobjective-cobjective-c-blocksocmock

Read More
Performance Differences Capturing External Variables in Blocks via __block vs Not...


objective-cperformanceobjective-c-blocks

Read More
is it possible to set readonly properties within init-called blocks?...


objective-cobjective-c-blocks

Read More
How to dispatch on main queue synchronously without a deadlock?...


objective-ciosobjective-c-blocksgrand-central-dispatch

Read More
BackNext