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