文件的创建
摘要:@interface ViewController ()@property (nonatomic,strong) NSString *documentsPath;//比较常用的属性,创建为属性并为其写个懒加载@end@implementation ViewController- (NSString
阅读全文
ios路径查找方法,路径拼接方法
摘要:// 查找当前应用的沙盒根目录 NSString * rootPath = NSHomeDirectory(); NSLog(@"%@",rootPath); //查找Documents文件夹路径,就是在根目录后面加/Documents// NSString * documentsPath = [N
阅读全文
ios程序员需要知道的网站,以及一些工具
摘要:developer.apple.com 苹果官方网站For程序员 www.cocoachina.com 中国官方的苹果开发者网站 www.github.com 世界最大的开源网站(英文) www.google.com 需要FQ(greenVpn 20元/月) www.code4app.com 中国的
阅读全文