-
Notifications
You must be signed in to change notification settings - Fork 239
Home
戴铭 edited this page May 23, 2014
·
15 revisions
#开发注意事项
- 下载项目编译时需要安装pod,教程:http://code4app.com/article/cocoapods-install-usage
- 向抽屉菜单中添加新的View
- Core Data资料
- 修改Core Data数据库时注意先添加model version,再设置version具体操作看:http://blog.csdn.net/swj6125/article/details/9769859,官方:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreDataVersioning/Articles/vmModelFormat.html#//apple_ref/doc/uid/TP40004399-CH3-SW1
#用到的第三方库
- 读取中的效果 HYCircleLoadingView
- 模糊图片 QBlur
- Feed parser use MWFeedParser
- 网络请求 AFNetworking
- HUD效果 MBProgressHUD
- 抽屉 MSDynamicsDrawerViewController
#GitHub常用操作 ###GitHub使用指南
- 里面有介绍fork + pull request方式和共享共同提交master branch合作方式的详细介绍:http://www.worldhello.net/gotgithub/
###Issue的操作
commit时备注可以操作GitHub里的issue。“#xxx”(Issue编号)
如果修改是解决了一个issue的问题可以使用 Fixed #3 这样的格式,#3表示的是#3的issue。这样push到服务器上就能够自动close那个issue了。如果是Fix #3 就能够将提交信息列在issue里但是不close issue,表示解决中未完成。下面列出各种操作
- fixes #xxx
- fixed #xxx
- fix #xxx
- closes #xxx
- close #xxx
- closed #xxx
举例:$ git commit -m "Fixed #1: -help should be --help."
###Fork的操作 可以参考此帖http://ruby-china.org/topics/5160
###核心成员共享模式
- push前先pull
- git pull
- git pull = git fetch + git merge
- 如果冲突调用工具:git mergetool
- 如果冲突没有弄好可以一切重来:git reset --hard
#RSS来源整理 RSS源分类整理
- 搜索RSS源工具Instant RSS Search:http://ctrlq.org/rss/