Wednesday, September 15, 2010

How to add items in NSArray

NSArray *aboutItems =  [NSArray arrayWithObjects:@"ItemOne",@"ItemTwo",@"ItemThree",nil];
Do not forget to add nil at the end

No comments:

Post a Comment