我嘗試使用加載其他plist文件plist文件中initWithContentsOfURL:
Loadin網址的plist從plist中
我解釋,我一直在使用我的主機plist文件中一個表視圖,此梅託德:
NSMutableArray *genres = [[NSMutableArray alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://www.myurl.com/file.plist"]];
self.loadGenres = genres;
當選擇一個細胞加載其他UITableView,但如何可以說第二個表視圖從第一plist內使用<string>
從URL獲得其他plist?
像:
NSMutableArray *genres = [[NSMutableArray alloc] initWithContentsOfURL:[self.loadGenres objectForKey:@"PLIST URL"]];
self.loadGenres = genres;
謝謝支持。
can你在這裏提到你file.plist的內容是什麼? – hariszaman 2013-03-27 13:00:01
我會得到一個文件字符串第二個TableView – BlackSheep 2013-03-27 13:06:17