Special way of representing array in objective-c...
Read MoreUsing @[array, of, items] vs [NSArray arrayWithObjects:]...
Read MoreWhat kind of object does @[obj1, obj2] create?...
Read MorePush object onto end of array using new literal syntax...
Read MoreWhat is the meaning of @[object1, object2]?...
Read MoreCommand in Xcode to rewrite array creation to use literal syntax...
Read MoreDifference between @[] and [NSArray arrayWithObjects:]...
Read MoreCreating an NSMutableArray with a literal via mutableCopy or arrayWithArray:...
Read MoreWhy does @YES give an "expected expression" error, but @(YES) compiles?...
Read MoreBoxing the same enum member produces a larger integer when it's passed to a method...
Read MoreIs literal creation of an NSMutableDictionary less efficient than the class helper method?...
Read MoreIs there any way to get the neat Objective-C literal indexing feature in Xcode 4.4?...
Read MoreUnboxed BOOLs in Objective-C literal syntax giving error...
Read MoreIs the literal object syntax only available for OS X development?...
Read More