Search code examples
Converting property lists into Objective-C literals...


objective-cplistobjective-c-literals

Read More
What are the details of "Objective-C Literals" mentioned in the Xcode 4.4 release notes?...


objective-cxcodeobjective-c-literals

Read More
Is there a literal syntax for mutable collections?...


objective-ccocoansmutablearraynsmutabledictionaryobjective-c-literals

Read More
Is there NSMutableDictionary literal syntax to remove an element?...


objective-cnsmutabledictionaryobjective-c-literals

Read More
Compiler error "expected method not found" when using subscript on NSArray...


objective-ccocoacompiler-errorsnsarrayobjective-c-literals

Read More
NSNumber primitive value equality vs isEqualToNumber with Obj-C Literals...


iosobjective-cobjective-c-literals

Read More
What is the difference between @YES/@NO and YES/NO?...


objective-cbooleanobjective-c-literals

Read More
Comparison of NSNumber literals...


objective-ccomparisonobjective-c-literals

Read More
Is there some literal dictionary or array syntax in Objective-C?...


objective-cllvmclangobjective-c-literals

Read More
Should I prefer to use literal syntax or constructors for creating dictionaries and arrays?...


objective-cobjective-c-literals

Read More
+[NSNumber numberWithUnsignedInteger:] Literal?...


iphoneobjective-cnsnumberunsigned-integerobjective-c-literals

Read More
Can't instantiate NSNumber with shorthand @n type syntax when using enum?...


objective-cenumsnsnumberobjective-c-literals

Read More
Rewrite literal NSArray to compile on gcc for OS X 10.6...


objective-carrayscocoaosx-snow-leopardobjective-c-literals

Read More
How does PFObject allow subscripting like NSMutableDictionary?...


objective-cparse-platformobjective-c-literals

Read More
Accessing keys in NSDictionary using [key] notation?...


objective-cnsdictionaryobjective-c-literals

Read More
Edit entry in NSMutableDictionary fails with error: "unrecognized selector sent to instance&quo...


objective-ccocoacocoa-touchnsmutabledictionaryobjective-c-literals

Read More
iOS: "attempt to insert nil object from objects[1]" when creating dictionary...


objective-cobjective-c-literals

Read More
Whats the difference between array[index] and [array objectAtIndex:index]?...


objective-cnsarrayobjective-c-literals

Read More
Why are instances created using a 'literal syntax' known as 'literals'?...


objective-cterminologyliteralsobjective-c-literals

Read More
Can the new Clang Objective-C literals be redirected to custom classes?...


objective-cclangobjective-c-literals

Read More
Selector name for NSArray literal constructor, like @[]?...


objective-ccocoa-touchcocoansarrayobjective-c-literals

Read More
Objective-C at sign and curly braces, @{ ... } what does it mean?...


objective-cnsdictionaryobjective-c-literals

Read More
Difference between literals and class methods for NSMutableArray and NSMutableDictionary...


objective-ccocoansarraynsdictionaryobjective-c-literals

Read More
What does a square-bracketed index after an NSArray mean?...


objective-ccocoa-touchindexingnsarrayobjective-c-literals

Read More
Technical term for accessing an array with an index and square brackets...


objective-carraysterminologyobjective-c-literals

Read More
Any reason to not use parentheses for NSNumber literals?...


objective-cobjective-c-literals

Read More
What does @[] mean?...


objective-cnsarrayobjective-c-literals

Read More
Indenting Objective-C literals with Xcode...


xcodeindentationauto-indentobjective-c-literals

Read More
@"" string type literals for NSNumber...


objective-cmacrosnsnumberobjective-c-literals

Read More
Can Objective-C's new literal syntax mimic the addObject?...


objective-cnsarrayobjective-c-literals

Read More
BackNext