iOS-个人使用的一些第三方库

来源:互联网 发布:软件定制 编辑:程序博客网 时间:2024/05/19 16:38

Masonry

相当于一个autoLayout的手到版本,这对于我这种喜欢纯代码的来说相当好用

git地址:https://github.com/SnapKit/Masonry

使用教程:http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/


SDWebImage

非常好用的一个网络图片加载库

git地址:https://github.com/rs/SDWebImage


CSStickyHeaderFlowLayout

可以让UICollectionView像UITableView那样

git地址:https://github.com/jamztang/CSStickyHeaderFlowLayout


CBStoreHouseRefreshControl

不错的下拉动画

git地址:https://github.com/coolbeet/CBStoreHouseRefreshControl


UITableView高度计算

Celll的高度计算

git地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

介绍教程:http://www.cocoachina.com/ios/20150518/11854.html

0 0