开发中常用的 iOS 组件
工程相关
- 第三方库管理CocoaPods
https://cocoapods.org
- 崩溃统计报告 Crashlytics(fabric 组件库)
https://fabric.io/ - 用户日活跃行为及操作统计 Google Analytics
https://www.google.com/analytics/ - 用户日活跃及反馈 UMeng_
http://www.umeng.com - 七牛云存储
http://www.qiniu.com
第三方库相关
- AFNetworking_网络请求相关
https://github.com/AFNetworking/AFNetworking
- SDWebImage_网络图片加载
https://github.com/rs/SDWebImage - MBProgressHUD_进度及弹窗提示
https://github.com/jdg/MBProgressHUD - pop_动画
https://github.com/facebook/pop - JSONModel_JSON 对象化
https://github.com/icanzilb/JSONModel - ShareSDK_分享组件
http://sharesdk.mob.com/#/sharesdk - MMDrawerController_视图效果
https://github.com/mutualmobile/MMDrawerController - Reachability_网络状况检查
https://github.com/tonymillion/Reachability - Shimmer_光影特效
https://github.com/facebook/Shimmer - EGODatabase_DB 操作
https://github.com/enormego/egodatabase - ZipZap_压缩相关
https://github.com/pixelglow/zipzap - DNImagePicker_相册多张选图
https://github.com/AwesomeDennis/DNImagePicker - YLGIFImage_GIF 显示
https://github.com/liyong03/YLGIFImage - TOWebViewController_网页浏览器
https://github.com/TimOliver/TOWebViewController - ALAssetsLibrary_CustomPhotoAlbum_自定义相册保存
https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum - MJRefresh_下拉刷新及加载更多组件
https://github.com/CoderMJLee/MJRefresh
有好文章地址的童鞋可以给我留言,咱们共同分享进步😄
网友评论