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' # 树形多层cell展示 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' #颜色库
pod 'Wonderful'
#搜索
pod 'PYSearch'
#各种东西
pod 'YYKit'

更多:http://www.jianshu.com/p/2ba717122951

上一篇:BZOJ3070 : [Pa2011]Prime prime power 质数的质数次方


下一篇:easyui datagrid属性和方法