Latest | 1.0.3 |
---|---|
Homepage | https://github.com/gaowanli/GWLCustomPiker |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
自定义外观的pikcerView,使用方法和UIPikcerView基本一致
Requirements
- iOS 7.0+
- Xcode 6+
Installation
CocoaPods
pod ‘GWLCustomPiker’
Usage
import ‘GWLCustomPiker.h’
GWLCustomPikerView *customPikerView = [[GWLCustomPikerView alloc]init];
customPikerView.frame = ?;
customPikerView.dataSource = ?;
customPikerView.delegate = ?;
Screenshots
License
GWLCustomPiker is released under the MIT license. See LICENSE for details.
Latest podspec
{ "name": "GWLCustomPiker", "version": "1.0.3", "summary": "u81eau5b9au4e49u5916u89c2u7684pikcerViewuff0cu4f7fu7528u65b9u6cd5u548cUIPikcerViewu57fau672cu4e00u81f4", "homepage": "https://github.com/gaowanli/GWLCustomPiker", "license": "MIT", "authors": { "Wanli Gao": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/gaowanli/GWLCustomPiker.git", "tag": "1.0.3" }, "source_files": "GWLCustomPiker/GWLCustomPiker/*", "requires_arc": true }
Mon, 29 Feb 2016 14:16:03 +0000