This shows you the differences between two versions of the page.
|
objective-c:foundation.framework:nsarray.h:initwithobjects [2014/05/30 21:48] 93.219.3.186 [ObjC Sourcecode Example] |
objective-c:foundation.framework:nsarray.h:initwithobjects [2024/02/16 01:12] (current) |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| <code objc> | <code objc> | ||
| - | // ** Init some objects | + | // ** Init some objects ** |
| NSNumber *number = [NSNumber numberWithInt:1]; | NSNumber *number = [NSNumber numberWithInt:1]; | ||
| NSString *string = @"2. Object"; | NSString *string = @"2. Object"; | ||