GWLCustomPicker 1.0.3× 测试已测试✗ Lang语言 Obj-CObjective C许可 MIT 发布最新发布2015年11月由 im_gwl 维护。安装指南×GWLCustomPicker的安装指南您希望在Podfile中添加类似于以下内容的pod 'GWLCustomPiker', '~> 1.0'target 'MyApp' do pod 'GWLCustomPiker', '~> 1.0' end然后在您的终端内运行pod install,或者从CocoaPods.app运行。如果要进行测试运行,运行以下命令:pod try GWLCustomPiker查看PodspecGitHub 仓库CocoaPods.org网页GWLCustomPicker 1.0.3作者:高万利gaowanli/GWLCustomPikerGitHub 仓库 自定义外观的pikcerView,使用方法和UIPikcerView基本一致 需求 iOS 7.0+ Xcode 6+ 安装 使用方法 import 'GWLCustomPiker.h' GWLCustomPikerView *customPikerView = [[GWLCustomPikerView alloc]init]; customPikerView.frame = ?; customPikerView.dataSource = ?; customPikerView.delegate = ?; 许可 GWLCustomPiker遵循MIT许可发布。详情见LICENSE。