Search code examples
Objective-C - ARC - NSNumber - Segmentation Fault...


objective-csegmentation-faultautomatic-ref-countingnsnumberweak-references

Read More
How do SEL and @selector work?...


objective-c

Read More
Hash value of NSDictionary...


objective-ccocoansdictionary

Read More
How does Grand Central Dispatch really use the operating system?...


iosobjective-cgrand-central-dispatch

Read More
OSStatus error code -34018...


iosobjective-cios9keychain

Read More
Why am I getting deadlock with dispatch_once?...


iosobjective-cmacosgrand-central-dispatchsemaphore

Read More
Which is better, NSSet’s containsObject or fast enum?...


objective-ccore-datansset

Read More
Blocks retain cycle from naming convention?...


objective-cautomatic-ref-countingclang

Read More
How does the Objective-C runtime retrieve the list of classes and methods?...


objective-cassemblyobjective-c-runtime

Read More
Why NSDateFormatter is returning null for a 19/10/2014 in a Brazilian time zone?...


iosobjective-cnsdateformatter

Read More
Weak property is set to nil in dealloc but property's ivar is not nil...


objective-cautomatic-ref-countingweak-references

Read More
unload dynamic library needs two dlclose() calls?...


objective-ccmacoscocoadylib

Read More
Why would CFRelease(NULL) crash?...


objective-ccore-foundation

Read More
Enforcing types with NSSecureCoding...


iosobjective-ccocoanscodingnssecurecoding

Read More
Get current dispatch queue?...


iphoneiosobjective-cgrand-central-dispatchdispatch

Read More
How to instantiate a class in Objective-C that don't inherit from NSObject...


objective-cclassinstantiation

Read More
Retrieve names of running processes...


cobjective-cmacosprocess

Read More
what's the difference between code=1 and code=2 in EXC_BAD_ACCESS?...


objective-cxcode

Read More
Objective C allocating objects on the stack...


objective-cobjectstack

Read More
Should I still copy/Block_copy the blocks under ARC?...


objective-cautomatic-ref-countingobjective-c-blocks

Read More
What's the Difference Between nil and Nil...


objective-cxcode

Read More
CF objects vs NS objects...


objective-cios

Read More
How do you schedule a block to run on the next run loop iteration?...


objective-ccocoacocoa-touchgrand-central-dispatchnsrunloop

Read More
NSObject +load and +initialize - What do they do?...


objective-cnsobject

Read More
What makes a keychain item unique (in iOS)?...


objective-ciosmacoskeychain

Read More
C++/Java bindings : In which side should multi-threading be implemented?...


javac++objective-cjava-native-interface

Read More
Monotonic clock on OSX...


objective-cmacosposixclocktiming

Read More
Is there a way to get the app group identifier from host app and share extension on iOS?...


iosobjective-cshare-extension

Read More
dyld: Symbol not found: error how to resolve this issue...


iphoneobjective-cxcodelinker-errors

Read More
AppleScript is cool. Can I do the same thing in plain Objective-C?...


objective-capplescript

Read More
BackNext