【整理】swift好用的扩展和库
crifan 9年前 (2016-03-02) 1931浏览 0评论
【类的扩展】 GitHub – goktugyil/EZSwiftExtensions: How Swift standard types and classes were supposed to work. 太好用了。 【上架AppSt...
工作相关的技术文章
crifan 9年前 (2016-03-02) 1931浏览 0评论
【类的扩展】 GitHub – goktugyil/EZSwiftExtensions: How Swift standard types and classes were supposed to work. 太好用了。 【上架AppSt...
crifan 9年前 (2016-03-02) 2486浏览 0评论
swift GitHub – MakeZL/MLSwiftBasic: UI and animation of the basic framework of swift “7> 图片浏览器(支持横竖屏、放大缩小、淡入淡出、Push等...
crifan 9年前 (2016-03-01) 2637浏览 0评论
licrifandeMacBook-Pro:iOS-Client crifan$ git status On branch master Your branch is up-to-date with ‘origin/master...
crifan 9年前 (2016-03-01) 2926浏览 0评论
想要搞懂C的含义。 结果发现: [已解决]Xcode中改动的User Interface State到底是什么意思 期间,已经猜到了: C是Conflicted意思 D是Deleted的意思 但是还是要去找找说明。 最后搞清楚了: C==CONF...
crifan 9年前 (2016-03-01) 3468浏览 0评论
结果失败了: The working copy "iOS-Client" failed to merge. error: Your local changes to the following files would ...
crifan 9年前 (2016-03-01) 3203浏览 0评论
折腾: [记录]Xcode中git merge branch到master上 期间, 想要去删除掉该状态 但是不确定这个: User Interface State 是否包含了Xcode中的界面 去搜: Xcode git User Interfa...
crifan 9年前 (2016-03-01) 4053浏览 0评论
折腾: [记录]Xcode中git merge branch到master上 期间,要去搞懂git中的 .gitignore文件 搜: git .gitignore Git – 记录每次更新到仓库 Git Book 中文版 –...
crifan 9年前 (2016-03-01) 5749浏览 0评论
试试: 以及: Merge Into Branch [已解决]Xcode中merge失败:error Your local changes to the following files would be overwritten by merg...
crifan 9年前 (2016-02-27) 1749浏览 0评论
点击发送后,现在结果是: 发送的内容,虽然插入了一行,但是却被键盘挡住了: 只有隐藏键盘: 重新出现键盘,才能看到: 希望: 键盘仍在显示的情况下,新发送或接收消息,可以显示出来,而不被键盘挡住 swift tableview insert ...
crifan 9年前 (2016-02-26) 3549浏览 0评论
git rebase 作用 git rebase小计(转) – 飞林沙 – 博客园 git-rebase(认真看,分析很到位)-cengku-ChinaUnix博客 git-rebase用法总结-cengku-ChinaUni...