NSBundle *bundle = [NSBundle mainBundle];
NSString *pathOfPlist = [bundle pathForResource:@"navmenu" ofType:@"plist"];
方法:
项目 -> Build phases -> CopyBundleResources
添加navmenu.plist
NSBundle *bundle = [NSBundle mainBundle];
NSString *pathOfPlist = [bundle pathForResource:@"navmenu" ofType:@"plist"];
方法:
项目 -> Build phases -> CopyBundleResources
添加navmenu.plist
Dean阅读 1.8k
Swift社区赞 5阅读 718评论 2
Swift社区赞 4阅读 679
Swift社区赞 4阅读 662
Swift社区赞 4阅读 531
Swift社区赞 3阅读 889
Swift社区赞 3阅读 736评论 2
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。