ios 文件夹:蓝色和黄色 读取图片和读取JSON文件
摘要:问题: NSBundle *bundle = [NSBundle mainBundle]; NSString *resourcePath = [bundle resourcePath]; NSString *filePath = [resourcePath stringByAppendingPath
阅读全文
posted @
2016-09-09 14:30
菜鸟onTheLoad
阅读(513)
推荐(0)
iOS xcode里文件夹下的文件获取方法
摘要:注意: NSBundle is used to access resources within your application itself: that is, everything inside YourApp.app. The documentsDirectory is a location
阅读全文
posted @
2016-09-09 14:29
菜鸟onTheLoad
阅读(2985)
推荐(0)
ios 下创建,删除文件夹的方法
摘要:创建文件夹: NSString *imageDir = [NSString stringWithFormat:@"%@/Caches/%@", NSHomeDirectory(), dirName]; BOOL isDir = NO; NSFileManager *fileManager = [NS
阅读全文
posted @
2016-09-09 14:28
菜鸟onTheLoad
阅读(3012)
推荐(0)
ibtool failed with exit code 255
摘要:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255 出现原因:在Xcode 8 beta 打开
阅读全文
posted @
2016-09-08 17:44
菜鸟onTheLoad
阅读(569)
推荐(0)