会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
后羿射蛋
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2018年7月12日
修改Xcode新建类的注释模板(作者,公司名等)
摘要: https://blog.csdn.net/u011363981/article/details/50620039
阅读全文
posted @ 2018-07-12 13:48 后羿射蛋
阅读(189)
评论(0)
推荐(0)
2018年7月11日
yecao100链接
摘要: https://www.yecao100.net/cart.php?gid=8
阅读全文
posted @ 2018-07-11 16:54 后羿射蛋
阅读(2373)
评论(0)
推荐(0)
Failed to connect to GitHub to update the CocoaPods/Specs specs repo 问题
摘要: 参考链接:https://www.jianshu.com/p/a502eb72b689墙外链接:https://stackoverflow.com/questions/38993527/cocoapods-failed-to-connect-to-github-to-update-the-cocoa
阅读全文
posted @ 2018-07-11 15:17 后羿射蛋
阅读(311)
评论(0)
推荐(0)
Mac-相关操作命令行
摘要: 命令行方式: 显示隐藏文件: defaults write com.apple.Finder AppleShowAllFiles YES;KillAll Finder 不显示隐藏文件: defaults write com.apple.Finder AppleShowAllFiles NO;Kill
阅读全文
posted @ 2018-07-11 10:04 后羿射蛋
阅读(114)
评论(0)
推荐(0)
2018年7月10日
FMDB 基本使用
摘要: // 0.拼接数据库存放的沙盒路径 NSString *path = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES).lastObject; NSString *sqlFilePath =
阅读全文
posted @ 2018-07-10 17:12 后羿射蛋
阅读(212)
评论(0)
推荐(0)
CocoaPods使用
摘要: CocoaPods的安装使用 iOS 删除已经配置的类库和移除CocoaPods http://www.jianshu.com/p/552f21a989ba 一、什么是CocoaPods CocoaPods是iOS项目的依赖管理工具,该项目源码在Github上管理。开发iOS项目不可避免地要使用第三
阅读全文
posted @ 2018-07-10 17:11 后羿射蛋
阅读(249)
评论(0)
推荐(0)
优秀网站汇总
摘要: iOS-最全的App上架教程 iOS-最全的App上架教程 http://www.cocoachina.com/appstore/20160708/16990.html [译]百里挑一:21个优质Swift开源App [译]百里挑一:21个优质Swift开源App http://www.cocoac
阅读全文
posted @ 2018-07-10 17:09 后羿射蛋
阅读(199)
评论(0)
推荐(0)
九宫格代码
摘要: CGFloat margin = 10.0f; CGFloat appViewWidth = (375 - 4 * margin)/3; CGFloat appViewHeight = (375 - 4 * margin)/3; //2. 完成布局设计 //三列 int totalloc = 3;
阅读全文
posted @ 2018-07-10 17:07 后羿射蛋
阅读(475)
评论(0)
推荐(0)
数组相关
摘要: 移除指定范围的数组 NSMutableArray * array = [NSMutableArray new]; for (int i = 0; i < 15; i++) { [array addObject:@(i)]; } NSLog(@"%@",array); NSRange range =
阅读全文
posted @ 2018-07-10 17:06 后羿射蛋
阅读(83)
评论(0)
推荐(0)
动画设置模式大全
摘要: http://www.cocoachina.com/special/appdesign/
阅读全文
posted @ 2018-07-10 17:03 后羿射蛋
阅读(136)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告