欢迎访问移动开发之家(rcyd.net),关注移动开发教程。移动开发之家  移动开发问答|  每日更新
页面位置 : > > > 内容正文

ios开发-常用三方工具,ios开发三方

来源: 开发者 投稿于  被查看 5936 次 评论:71

ios开发-常用三方工具,ios开发三方


    #菜单

    pod 'LGSideMenuController'

    # 刷新

    pod 'MJRefresh'

    # 网络请求

    pod 'AFNetworking', '~> 3.0'

    # 图片缓存

    pod 'SDWebImage', '~> 4.0'

    # 数据解析

    pod 'MJExtension'

    # 网络

    pod 'Reachability'

    # 自动适配

    pod 'SDAutoLayout', '~> 2.1.3'

    # 数据库管理

    pod 'FMDB'

    # 内购

    pod 'IAPHelper'

    # 提示alert

    pod 'SCLAlertView-Objective-C'

    # 属性结构tableview

    pod 'RATreeView'

    pod 'SVProgressHUD'

    pod 'JDStatusBarNotification'

    # 融云

    # 图片选择器

    pod 'TZImagePickerController'

    # 图文混排

    pod 'TYAttributedLabel', '~> 2.6.2'

    pod 'PYPhotoBrowser'

    # 内存溢出检查

    pod 'MLeaksFinder'

    # 左滑cell

    pod 'MGSwipeTableCell'

    # 启动广告

    pod 'XHLaunchAd'

    # pop动画

    pod 'pop'

    # 滚动试图

    pod 'SDCycleScrollView','~> 1.64'

用户评论