iPhone Programming: Populating a UITableView with a plist.

Опубликовано: 31 Май 2026
на канале: MilmersXcode
17,842
99

In this Xcode tutorial I teach you how to populate a UITableView with a .plist file on a server.

Reading/Writing Plists Playlist:    • Xcode - Core Data  
UITableView Playlist:    • UITableViews  

Main code used:

In .m in void(makeData):

Delete all contents in array you want to load from plist and add this:

yourArray = [[NSMutableArray alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://yourWebsite.com/yourData.plist"]];

Twitter:   / failcakeapps  
Apple Developer Center: http://developer.apple.com/devcenter/...
Website: http://failcake.webs.com/
Channel:    / milmersxcode