iOS基础控件

1、超简单好用的图片轮播框架

https://github.com/codingZero/XRCarouselView

2、淘宝加入购物车效果:

https://github.com/kentnguyen/KNSemiModalViewController

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

3、比较好的下拉控件:

https://github.com/kolyvan/kxmenu

4、

超简单轮播:https://github.com/CoderJackyHuang/HYBLoopScrollView

超易用转场:https://github.com/CoderJackyHuang/HYBControllerTransitions

基于AFN3.0封装:https://github.com/CoderJackyHuang/HYBNetworking

解决打印中文日志问题:https://github.com/CoderJackyHuang/HYBUnicodeReadable

高效圆角图片处理:https://github.com/CoderJackyHuang/HYBImageCliped

Swift版自动计算并缓存行高:https://github.com/CoderJackyHuang/HYBSnapkitAutoCellHeight

OC版本自动计算并缓存行高:https://github.com/CoderJackyHuang/HYBMasonryAutoCellHeight

5、定义button

<1>通过title image布局

http://www.jianshu.com/p/0fd782d67efb

<2>重写UIButton LayoutSubviews

原文地址:https://www.cnblogs.com/superbobo/p/5300782.html