美文网首页
iOS平时工作学习经验

iOS平时工作学习经验

作者: 与世倾听X游定终生 | 来源:发表于2017-03-27 13:54 被阅读39次

一:基础实用知识


流畅优化技巧

http://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/#more-41893

gitbook下载地址:

https://www.gitbook.com/editor

swift最新学习信息:

https://github.com/ipader/SwiftGuide

xcode更新后插件失效解决方案

http://joeshang.github.io/2015/04/10/fix-xcode-upgrade-plugin-invalid/

设计网站:dribble网站  captivate.co网站,Google Material Design,林永坚JakeLin,cubic-bezier

http://www.google.com/design/spec/animation/authentic-motion.html


cocoa pods的使用

http://www.jianshu.com/p/f6328584bb10


朋友圈(流畅优化版)

http://code.cocoachina.com/view/130235


标签的删除和添加

http://code.cocoachina.com/view/129152


tableview分类的展开和收起操作

http://www.jianshu.com/p/d236456f301e


tableviewcell内容的展开和收起操作

http://code.cocoachina.com/view/129077


uilabel添加删除线

http://www.jianshu.com/p/9b322c034637


launchImage的显示问题:

http://blog.csdn.net/yangbingbinga/article/details/49250959


计算webView的高度:http://www.jianshu.com/p/554388597400

一款xmpp+openfire即时通讯软件,页面布局仿照微信:

https://github.com/Thinklion/WeChat


证书集成经验:http://jingyan.baidu.com/article/ff411625b8141312e48237a7.html


博客-kt,s DEV :https://bestswifter.com/#blog


masonry计算cell的高度:http://blog.csdn.net/joonchen111/article/details/50193499

二:动画


ios高级动画核心技巧  gitbook书籍模式

https://zsisme.gitbooks.io/ios-/content/chapter1/the-layer-tree.html



一个很好的动画教程(一款Loading动画的实现思路)OC

http://www.jianshu.com/p/1c6a2de68753



StoryBoard上AutoLayout的约束动画

http://www.jianshu.com/p/ee20a82ca2da


三:sdk和库


酷炫动画排版iCarousel

https://github.com/nicklockwood/iCarousel


超全!整理常用的iOS第三方资源

http://www.cocoachina.com/ios/20160121/14988.html



阿里百川集成指导

http://baichuan.taobao.com/doc2/detail.htm?spm=0.0.0.0.w0Rc7W&treeId=41&articleId=103398&docType=1



Masonry的github链接

https://github.com/SnapKit/Masonry

四:效率

https://github.com/CharlinFeng/Show

一行命令让你的 Xcode 编译速度快到没朋友:defaults write com.apple.Xcode PBXNumberOfParallelBuildSubtasks 4 说明链接:http://t.cn/RUNFSQ4

五:经典App收藏


美团git:https://github.com/lookingstars/meituan


mpv mac播放器:https://mpv.io/installation/


解压缩软件:http://www.zhihu.com/question/20383279


keka解压缩软件下载:http://www.pc6.com/mac/110972.html

相关文章

网友评论

      本文标题:iOS平时工作学习经验

      本文链接:https://www.haomeiwen.com/subject/lilkkttx.html