Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-literals

Any reason to not use parentheses for NSNumber literals?

+[NSNumber numberWithUnsignedInteger:] Literal?

Unboxed BOOLs in Objective-C literal syntax giving error

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

Why does @YES give an "expected expression" error, but @(YES) compiles? [duplicate]

Box Custom Struct in Objective-C [duplicate]

Is there NSMutableDictionary literal syntax to remove an element?

Accessing keys in NSDictionary using [key] notation?

Comparison of NSNumber literals

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

Push object onto end of array using new literal syntax

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

NSNumber primitive value equality vs isEqualToNumber with Obj-C Literals

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

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

Difference between @[] and [NSArray arrayWithObjects:] [duplicate]

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

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

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

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