iOS Useful Components

开发中常用的 iOS 组件

工程相关

第三方库管理 _CocoaPods_

​https://cocoapods.org

崩溃统计报告 _Crashlytics(fabric 组件库)_

​https://fabric.io/

用户日活跃行为及操作统计 _Google Analytics_

​https://www.google.com/analytics/

用户日活跃及反馈 UMeng_

​http://www.umeng.com

CDN 图床 _Qiniu_

​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

你可能感兴趣的:(iOS Useful Components)