摘要:
// 0.拼接数据库存放的沙盒路径 NSString *path = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES).lastObject; NSString *sqlFilePath = 阅读全文
摘要:
CocoaPods的安装使用 iOS 删除已经配置的类库和移除CocoaPods http://www.jianshu.com/p/552f21a989ba 一、什么是CocoaPods CocoaPods是iOS项目的依赖管理工具,该项目源码在Github上管理。开发iOS项目不可避免地要使用第三 阅读全文
摘要:
iOS-最全的App上架教程 iOS-最全的App上架教程 http://www.cocoachina.com/appstore/20160708/16990.html [译]百里挑一:21个优质Swift开源App [译]百里挑一:21个优质Swift开源App http://www.cocoac 阅读全文
摘要:
CGFloat margin = 10.0f; CGFloat appViewWidth = (375 - 4 * margin)/3; CGFloat appViewHeight = (375 - 4 * margin)/3; //2. 完成布局设计 //三列 int totalloc = 3; 阅读全文
摘要:
移除指定范围的数组 NSMutableArray * array = [NSMutableArray new]; for (int i = 0; i < 15; i++) { [array addObject:@(i)]; } NSLog(@"%@",array); NSRange range = 阅读全文
摘要:
http://www.cocoachina.com/special/appdesign/ 阅读全文
摘要:
- (void)addData:(id)object{ NSInteger count = self.dataArray.count; _index ++; NSString * str = [NSString stringWithFormat:@"当前第%zd行",_index]; [self.d 阅读全文
摘要:
NSString *qqNumber = @"343933286"; NSString *openQQUrl = [NSString stringWithFormat:@"mqq://im/chat?chat_type=wpa&uin=%@&version=1&src_type=web",qqNum 阅读全文