标签:
手思3.0第三方库介绍
AFNetworking https://github.com/AFNetworking/AFNetworking
MBProgressHUD https://github.com/jdg/MBProgressHUD
SVProgressHUD https://github.com/TransitApp/SVProgressHUD
SDWebImage https://github.com/rs/SDWebImage
FMDB https://github.com/ccgus/fmdb
Masonry https://github.com/SnapKit/Masonry
MLTransition https://github.com/molon/MLTransition
拖返可直接从中间拖返。一句代码即可启用此功能。可随意设置leftBarButtonItem,也可使用边界拖返模式。(iOS7.0以上)
MJRefresh https://github.com/CoderMJLee/MJRefresh
用法最简单的下拉刷新框架:一行代码搞定
MJExtension https://github.com/CoderMJLee/MJExtension
世界上转换速度最快、使用最简单方便的字典转模型框架,只需要一行代码,就能实现模型转换
Reachability https://github.com/tonymillion/Reachability
判断设备网络连接情况。相对于苹果官方的Reachability,这是一个更加高级、更加好用的Reachability,支持ARC、支持block、使用GCD方式来通知网络的变化。
FCFileManager https://github.com/fabiocaccamo/FCFileManager
基于NSFileManager之上, 简化文件管理的方式,把常用操作封装成很精简的代码。方便使用
TTTAttributedLabel https://github.com/TTTAttributedLabel/TTTAttributedLabel
富文本,创建变化丰富的UILabel
SWTableViewCell https://github.com/CEWendel/SWTableViewCell
很好的Cell滑动菜单,系统自带的只有右滑删除按钮,SWTableViewCell可以自定义多个左滑右滑按钮
相关参考教程
Masonry---Masonry介绍与使用实践(快速上手Autolayout)
标签:
原文地址:http://www.cnblogs.com/sixindev/p/4543401.html