iPhone Programming: Finding & editing & downloading plist files

Опубликовано: 18 Июнь 2026
на канале: MilmersXcode
11,349
30

In this tutorial I teach you how to find our .plist file we made and how to edit it. And how to download it's contents from your server.

Previous Video:    • iPhone Programming - Reading/Writing .plis...  
Next Video:    • iPhone Programming: Populating a UITableVi...  

Main Code:

In ReadPlist void:

NSLog(@"%@", filePath);

To download via URL put the following in ReadPlist:

NSArray *array = [[NSArray alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://yourwebsite.com/yourFilePath.p..."]];

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