私は方法を持っています:
#define ROOT_ASSETS_PATH @"/assets/"
...
-(NSMutableDictionary*) getContentsOfPlist{
NSString *pageContentPlistPath = [[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent: ROOT_ASSETS_PATH] stringByAppendingPathComponent:@"content.plist"];
NSMutableDictionary *mDictionary = [NSMutableDictionary dictionaryWithContentsOfFile:pageContentPlistPath];
return mDicitonary;
}
シミュレーターで。これは辞書を返します。iPad では nil を返します。拡張機能の大文字と小文字が通話でも一致することを確認しました。
何か案は?