06 2014 档案
如何获取path路径
摘要:nspath* path=[[NSBundle mainBundle] pathForResource:@"SquareModelArray" ofType:@"json"]; 阅读全文
posted @ 2014-06-18 12:36 我靠是时候那个了 阅读(486) 评论(0) 推荐(0)
iOS如何获得本地Documents下的文件夹名称或文件名称
摘要:用NSFileManager类中方法:NSString *path=@"文件夹路径";NSFileManager * fm = [NSFileManager DefaultManager];NSArray *arr = [fmdirectoryContentsAtPath:path];枚举这个数组就... 阅读全文
posted @ 2014-06-18 12:34 我靠是时候那个了 阅读(816) 评论(0) 推荐(0)
重头系统的学习,不会咱就学!2014.6.18
摘要:尼玛,真逗!6.18号开始继续努力学习! 阅读全文
posted @ 2014-06-18 12:31 我靠是时候那个了 阅读(87) 评论(0) 推荐(0)
错误1
摘要:file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/UI... 阅读全文
posted @ 2014-06-15 09:39 我靠是时候那个了 阅读(156) 评论(0) 推荐(0)