1. CoderMJLee/MJExtension
https://github.com/CoderMJLee/MJExtension
2.
ChenYilong
/
CYLTabBarController
https://github.com/ChenYilong/CYLTabBarController
自定义TabBarController
3. SnapKit/Masonry
Masonry(github 一万个星星,
autolayout第三方库, 发音:美森瑞, 该库的特点:采用链式语法, 易读)
对UI布局基本上可以抛弃CGRectMake用法了,采用使用autolayout
传统布局:基于frame布局
AutoLayout:是一种基于约束的,描述性的布局系统,使用约束条件来描述布局,使用AutoLayout布局就和坐标没有任何关系了,view的位置会根据约束条件自动计算出frame
最大好处是一举解决了不同分辨率和屏幕尺寸下view的适配问题,另外也简化了旋转时view的位置的定义
https://github.com/SnapKit/Masonry
用法: http://www.cocoachina.com/ios/20141219/10702.html
4.
nicklockwood
/
iCarousel
https://github.com/nicklockwood/iCarousel
iCarousel是一个类旨在简化的实现各种类型的旋转木马(分页滚动视图)iPhone、iPad和Mac OS。
iCarousel实现一些常见的影响如圆柱,平面和“CoverFlow”式旋转木马,以及提供钩子实现自己的定制效果。
与其他“CoverFlow”库,iCarousel可以处理任何类型的视图,不仅仅是图片,所以它是理想的流体呈现分页数据和令人印象深刻的方式在你的应用程序。
也使得它非常容易交换不同旋转木马效果用最少的代码更改。
5.
Draveness
/
DKNightVersion
(Star: 1523)
夜间模式/主题 融入你的iOS应用程序
https://github.com/Draveness/DKNightVersion
6 .diegoserranoa/DSTransparentNavigationBar
渐变的导航条
https://github.com/diegoserranoa/DSTransparentNavigationBar
7.
marcuswestin
/
WebViewJavascriptBridge
iOS桥uiwebview Obj-C之间发送消息和JavaScript(Objective-C 和 Javascript 互相通信,方法互相调用)
https://github.com/marcuswestin/WebViewJavascriptBridge
8. facebook/
KVOController
KVOController 是一个简单安全的 KVO(Key-value Observing,键-值 观察)工具,用于 iOS 和 OS X 应用开发中,开源自 facebook。
https://github.com/facebook/KVOController
9.
afantree
/
AFChoiceButton
自定义单选按钮和复选框控件
10.
forkingdog
/
UITableView-FDTemplateLayoutCell
UITableView 中的Cell的height 自动计算
https://github.com/forkingdog/UITableView-FDTemplateLayoutCell
11.
facebook
/
pop
facebook animation
https://github.com/facebook/pop