/ Published in: Objective C
Expand |
Embed | Plain Text
//Add items [listOfItems addObject:@"Iceland"]; [listOfItems addObject:@"Greenland"]; [listOfItems addObject:@"Switzerland"]; [listOfItems addObject:@"Norway"]; [listOfItems addObject:@"New Zealand"]; [listOfItems addObject:@"Greece"]; [listOfItems addObject:@"Rome"]; [listOfItems addObject:@"Ireland"];
You need to login to post a comment.
