ZYQAssetPickerController
最低要求
iOS 6.0
安装
通过 CocoaPods
如果没有 CocoaPods,请先安装它:
$ [sudo] gem install cocoapods
$ pod setup
创建 Podfile:
$ edit Podfile
platform :ios, '5.0'
pod 'ZYQAssetPickerController', '~> 1.2.0'
$ pod install
从现在开始使用 Xcode 工作区代替项目。