开发一般APP必备三方库,省力秘籍!!本篇文章会经常更新最新常用的三方。
1.网络请求库 AFNetworking
https://github.com/AFNetworking/AFNetworking
2.图片缓存器 SDWebImage
https://github.com/rs/SDWebImage
3.下拉刷新上拉加载 MJRefresh
https://github.com/CoderMJLee/MJRefresh
4.JSON与Object互转 JSONModel
https://github.com/jsonmodel/jsonmodel
5.加载进度框 MBProgressHUD
https://github.com/jdg/MBProgressHUD
6.Toast提示信息 SVProgressHUD
https://github.com/SVProgressHUD/SVProgressHUD
7.键盘管理 IQKeyboardManager
https://github.com/hackiftekhar/IQKeyboardManager
8.富文本(占位符的textview、label文字居上对齐)YYText
https://github.com/ibireme/YYText
9.SQLite数据库框架 FMDB
10.跨平台轻量级数据库 Realm
https://github.com/realm/realm-cocoa
11.自动布局 Masonry
https://github.com/SnapKit/Masonry
12.图片轮播(旋转木马等各种切换效果) iCarousel
https://github.com/nicklockwood/iCarousel
13.无限循环图片轮播 SDCycleScrollView
https://github.com/gsdios/SDCycleScrollView
14.导航下面提示信息 TSMessages
https://github.com/KrauseFx/TSMessages
15.圆形进度 DACircularProgress
https://github.com/danielamitay/DACircularProgress
16.照片浏览器 CorePhotoBroswerVC
https://github.com/CharlinFeng/CorePhotoBroswerVC
17.图片浏览器,相册选择器,自定义照相机(支持单拍、连拍) LGPhotoBrowser
https://github.com/gang544043963/LGPhotoBrowser
18.钥匙串存储 SAMKeychain
https://github.com/soffes/SAMKeychain
19.原生与JavaScript交互 WebViewJavascriptBridge
https://github.com/marcuswestin/WebViewJavascriptBridge
20.图表统计展示 PNChart
https://github.com/kevinzhow/PNChart
21.一个优雅的搜索控制器,取代了UISearchController
https://github.com/iphone5solo/PYSearch
22.高度封装自适应表单SWForm
https://github.com/RockChanel/SWForm
23.半糖(悬停Bar)首页列表布局效果
https://github.com/Roylee-ML/SwipeTableView
https://github.com/HatsuneMikuV/SHSegmentedControlTableView
类似半糖、QQ音乐歌曲列表布局效果,实现不同菜单的左右滑动切换,同时支持类似tableview的顶部工具栏悬停(既可以左右滑动,又可以上下滑动)。兼容下拉刷新,上拉加载更多。现已加入swift豪华套餐,使用样例助你快速使用
常用的功能
1.友盟统计分析(页面统计、计数统计、崩溃统计)
2.推送(极光、个推)
3.分享(友盟、shareSDK)
4.百度地图
5.face++人脸识别
6.即时通讯(环信、融云)