您的位置:首页 > 移动开发 > IOS开发

iOS日常开发常用组件

2016-07-27 00:00 239 查看

网络&数据

AFNetworking 常用的网络库
[https://github.com/AFNetworking/AFNetworking]
FMDB SQLite的第三方库
[https://github.com/ccgus/fmdb]
PINCache kv的数据缓存类库
https://github.com/pinterest/PINCache
UICKeyChainStore Keychain操作库
[https://github.com/kishikawakatsumi/UICKeyChainStore]
MIHCrypto 数据加密库
[https://github.com/hohl/MIHCrypto]
Base64 Base64库
[https://github.com/ekscrypto/Base64]

视图&动画

VCTransitionsLibrary 视图切换库
https://github.com/ColinEberhardt/VCTransitionsLibrary
MBProgressHUD 提示框第三方库
https://github.com/jdg/MBProgressHUD
SDWebImage 图片加载/缓存库
[https://github.com/rs/SDWebImage]
DTCoreText Html排版库
[https://github.com/Cocoanetics/DTCoreText]
MYBlurIntroductionView 首次启动引导组件
https://github.com/MatthewYork/MYBlurIntroductionView
SevenSwitch 可自定义开关组件
https://github.com/bvogelzang/SevenSwitch
VPImageCropper 头像上传/编辑组件
https://github.com/windshg/VPImageCropper

其他

JGMethodSwizzler 方法调配组件
https://github.com/JonasGessner/JGMethodSwizzler
Reveal UI调试组件
http://revealapp.com
UMessage 消息推送SDK
[http://dev.umeng.com/push/ios/integration]
UMAnalytics app统计SDK
[http://dev.umeng.com/analytics/ios-doc/integration]
ShareSDK 社交分享SDK
[http://wiki.mob.com/简洁版快速集成-2/]

文/Ashoka_APP(简书作者)
原文链接:http://www.jianshu.com/p/e2130d8338af
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: