This shows you the differences between two versions of the page.
|
objective-c:foundation.framework:nsmutablearray.h:addobject [2014/05/30 21:54] Mo |
objective-c:foundation.framework:nsmutablearray.h:addobject [2024/02/16 01:12] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| [mArray addObject:@"Hello"]; | [mArray addObject:@"Hello"]; | ||
| - | //** Displaying the contents of the array into the console ** | + | //** Displaying the content of the array in console ** |
| for(id obj in mArray) { | for(id obj in mArray) { | ||
| NSLog("%@", mArray); | NSLog("%@", mArray); | ||