zoukankan      html  css  js  c++  java
  • 第三方组件

    http://www.jianshu.com/p/486c20c54228

    1、通过CocoaPods安装

    [AFNetworking](https://github.com/AFNetworking/AFNetworking)
    网络请求组件
    
    [FMDB](https://github.com/ccgus/fmdb)
    本地数据库组件
    
    [SDWebImage](https://github.com/rs/SDWebImage)
    多个缩略图缓存组件
    
    [UICKeyChainStore](https://github.com/kishikawakatsumi/UICKeyChainStore)
    存放用户账号密码组件
    
    [Reachability](https://github.com/tonymillion/Reachability)
    监测网络状态
    
    [DateTools](https://github.com/MatthewYork/DateTools)
    友好化时间
    
    [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
    一款提示框第三方库
    
    [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser)
    一款简单的 iOS 照片浏览控件
    
    [CTAssetsPickerController]     (https://github.com/chiunam/CTAssetsPickerController)
    一个选择器组件, 支持从用户的相片库选择多张照片和视频。
    
    [QBPopupMenu](https://github.com/questbeat/QBPopupMenu)
    无需使用图片文件的 iOS 弹出式菜单
    
     [UAAppReviewManager] (https://github.com/UrbanApps/UAAppReviewManager)
     一个能够让你方便地将提醒用户评分的功能加入 App 的工具
    
     [Mantle](https://github.com/Mantle/Mantle)

    主要用来将 JSON 数据模型化为 Model 对象

    [MTLFMDBAdapter](https://github.com/tanis2000/MTLFMDBAdapter)
    Mantle 和 FMDB 的转换工具
    
    [FMDBMigrationManager](https://github.com/layerhq/FMDBMigrationManager)
    支持 iOS SQLite 数据库迁移
    
    [Bugsnag](https://github.com/bugsnag/bugsnag-cocoa)
    集成 Bugsnag 到应用中
    
    [GVUserDefaults](https://github.com/gangverk/GVUserDefaults)
    对 NSUserDefaults 进行了封装, 方便的进行本地化存储操作
    
    [FCCurrentLocationGeocoder](https://github.com/fabiocaccamo/FCCurrentLocationGeocoder)
    对用户当前地理位置进行正向地址编码和反向地址编码
    
    [AFSwipeToHide](https://github.com/appfigures/AFSwipeToHide)
    页面滚动时隐藏工具栏
    
    [BaiduTranslate](https://github.com/summerblue/baidu-translate-ios-sdk)
    非官方百度翻译工具
    
    [JSBadgeView](https://github.com/JaviSoto/JSBadgeView)
    添加带动画效果的未读消息数提醒
    
    [Masonry](https://github.com/SnapKit/Masonry)
    一个轻量级的布局框架, 用于替换官方的 AutoLayout 写法
    
    [MMPlaceHolder](https://github.com/adad184/MMPlaceHolder)
    可在应用中显示视图的尺寸
    
    [TOWebViewController](https://github.com/TimOliver/TOWebViewController)
    可在应用中嵌套 Web 页面

    2、第三方类库安装

     [VPImageCropper](https://github.com/windshg/VPImageCropper)
    用户上传头像组件
    
    [MJRefresh](https://github.com/CoderMJLee/MJRefresh)
      下拉刷新,上拉加载更多组件
    
    [JCScrollView](https://github.com/zys456465111/JCScrollView)
    快速给应用视图添加滚动分页效果
    
    [BWTitlePagerView](https://github.com/brunow/BWTitlePagerView)
    创建类似 Twitter 的导航栏分页效果
    
    [CNPPopupController]  (https://github.com/carsonperrotti/CNPPopupController)
    创建弹出卡片视图
    
    [FeSpinner](https://github.com/NghiaTranUIT/FeSpinner)
    加入沙漏等多种动画加载效果
    
     [PulsingHalo](https://github.com/shu223/PulsingHalo)
    涟漪动画效果
    
    [JMHoledView](https://github.com/leverdeterre/JMHoledView)
    方便创建用户引导视图
    
    [RKNotificationHub](https://github.com/cwRichardKim/RKNotificationHub)
    添加未读消息数显示提醒
    
    [CRToast](https://github.com/cruffenach/CRToast)
    从应用状态栏弹出消息提醒
    
    [KeychainIDFA](https://github.com/qixin1106/KeychainIDFA)
    获取 IDFA 标示当设备唯一识别, 并保存到 KeyChain 中
    
    [DZNEmptyDataSet](https://github.com/dzenbot/DZNEmptyDataSet)
    为 TableView 和 CollectionView 展示空数据视图
    
    [SwipeView](https://github.com/nicklockwood/SwipeView)
    快速给应用添加上滑动视图
    
    [FXBlurView](https://github.com/nicklockwood/FXBlurView)
    对视图进行模糊操作
    
    [AreaPicker](https://github.com/cloudorz/areapicker)
    省市地理位置选择器
    
    [MLAudioRecorder](MLAudioRecorder)
    边录边转码, 播放网络音频Button(本地缓存), 实时语音
    
    [MPTextView](https://github.com/cbowns/MPTextView)
    支持占位符的 UITextView 子类扩展
    
    [MagicalRecord](https://github.com/magicalpanda/MagicalRecord)
    帮助清除 CoreData 引用的代码, 协助 CoreData 工作
    
    [THProgressView](https://github.com/tiagomnh/THProgressView)
    微型加载进度条
    
    [VPImageCropper](https://github.com/windshg/VPImageCropper)
    轻松实现微信选取图片并裁剪成头像的控件
    
    [WCAlertView](https://github.com/m1entus/WCAlertView)
    对官方 Alert View 进行封装, 更加容易使用
    
    3、第三方服务
    [友盟社会化分享组件](http://dev.umeng.com/social/ios/quick-integration?  spm=0.0.0.0.mNSqO0)
     [友盟即时通讯](http://dev.umeng.com/openim/ios/integration)
     [友盟自动更新](http://dev.umeng.com/auto-update/ios-doc/integration)
     [环信即时IM系统]  (http://docs.easemob.com/im/300iosclientintegration/10prepareforsdkimport)
     [极光推送](http://docs.jpush.io/client/ios_sdk/)
    [LeanCloud用户反馈](https://leancloud.cn/docs/leanstorage_guide-    ios.html#%E7%94%A8%E6%88%B7%E5%8F%8D%E9%A6%88)
    [LeanCloud数据存储](https://leancloud.cn/docs/leanstorage_guide-ios.html#iOS___OS_X_%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8%E5%BC%8     0%E5%8F%91%E6%8C%87%E5%8D%97)



  • 相关阅读:
    《团队-团队编程项目中国象棋-成员简介及分工》
    团队-编程项目 中国象棋-需求分析
    结对编程:贪吃蛇项目
    软件工程进阶
    JAVA第二次作业
    JAVA第一次作业
    JS解决重复绑定问题以及获取事件
    ECMAScript5学习笔记--第十四章 程序
    ECMAScript5学习笔记--第十三章 函数定义
    ECMAScript5学习笔记--第十二章 语句
  • 原文地址:https://www.cnblogs.com/superbobo/p/5551982.html
Copyright © 2011-2022 走看看