1. 程式人生 > >ios開發-常用三方工具

ios開發-常用三方工具

helper alertview ability ive ref auto progress afnetwork work

#菜單

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‘

ios開發-常用三方工具