November 2013
Intermediate to advanced
576 pages
19h 3m
English
The compiler also supports boxed C expressions, including scalars, enums, and C string pointer types. A boxed expression will convert the result of the expression contained in parentheses into an appropriate Objective-C object.
NSNumber *radiansPerDegree = @(M_PI / 180);NSNumber *myFavButtonType = @(UIButtonTypeInfoDark);char *cString = "The quick brown fox...";NSString *stringFromCString = @(cString);
Read now
Unlock full access