Search code examples
Special way of representing array in objective-c...

objective-ccocoansarrayobjective-c-literals

Read More
Using @[array, of, items] vs [NSArray arrayWithObjects:]...

objective-cnsarrayobjective-c-literals

Read More
What kind of object does @[obj1, obj2] create?...

objective-cmemory-managementobjective-c-literals

Read More
Box Custom Struct in Objective-C...

objective-cstructobjective-c-literals

Read More
Push object onto end of array using new literal syntax...

objective-cnsmutablearrayobjective-c-literals

Read More
What is the meaning of @[object1, object2]?...

objective-ccocoansarrayobjective-c-literals

Read More
Command in Xcode to rewrite array creation to use literal syntax...

xcodeobjective-c-literals

Read More
Difference between @[] and [NSArray arrayWithObjects:]...

objective-cnsarrayobjective-c-literals

Read More
Creating an NSMutableArray with a literal via mutableCopy or arrayWithArray:...

objective-ccocoamemory-managementobjective-c-literals

Read More
Why does @YES give an "expected expression" error, but @(YES) compiles?...

objective-ccompiler-errorsobjective-c-literals

Read More
Boxing the same enum member produces a larger integer when it's passed to a method...

objective-cclangboxingobjective-c-literals

Read More
Is literal creation of an NSMutableDictionary less efficient than the class helper method?...

objective-ccocoaobjective-c-literals

Read More
Is there any way to get the neat Objective-C literal indexing feature in Xcode 4.4?...

objective-ccocoa-touchxcode4.4objective-c-literals

Read More
Unboxed BOOLs in Objective-C literal syntax giving error...

objective-cxcode4objective-c-literals

Read More
Is the literal object syntax only available for OS X development?...

objective-ciosmacosxcode4objective-c-literals

Read More
BackNext