How to get plist?

1
2
NSString *path = [[NSBundle mainBundle] pathForResource:@"YOUR_PLIST_FILE" ofType:@"plist"];
NSDictionary *dictionary = [[NSDictionary alloc] initWithContentsOfFile:path];
作者

andyyou(YOU,ZONGYAN)

發表於

2014-08-04

更新於

2023-12-05

許可協議