摘要:
1 、ios navigationcontroller 滑动返回滑动返回是navigationcontroller默认返回按钮自带的功能,如果返回按钮自定义该功能失效,解决的办法有两个:①self.navigationItem.backBarButtonItem = [[UIBarButtonIte... 阅读全文
摘要:
1、Apple Mach-O Linker Error今天写重新打开Xcode,运行项目,突然有21个Error,我以为是Xcode抽风了,所以点击菜单Product->Clean,以为清理一下就OK了,悲剧的是重新编译,还是21个Error,这时我就紧张了,再次Clean以后,看着Xcode编译的... 阅读全文
摘要:
项目中碰到一个需要计算沙盒目录的大小的功能。看了下NSFileManager提供的方法,找到一个- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error NS_AVAILABLE(10_5, 2... 阅读全文
摘要:
//手机序列号 //NSString* identifierNumber = [[UIDevice currentDevice] uniqueIdentifier]; //NSLog(@"手机序列号: %@",identifierNumber); [[[UIDevice currentD... 阅读全文