GWLCustomPicker 1.0.3

GWLCustomPicker 1.0.3

测试已测试
Lang语言 Obj-CObjective C
许可 MIT
发布最新发布2015年11月

im_gwl 维护。



  • 作者:
  • 高万利

自定义外观的pikcerView,使用方法和UIPikcerView基本一致

需求

  • iOS 7.0+
  • Xcode 6+

安装

使用方法

import 'GWLCustomPiker.h'

GWLCustomPikerView *customPikerView  = [[GWLCustomPikerView alloc]init];
customPikerView.frame = ?;
customPikerView.dataSource = ?;
customPikerView.delegate = ?; 

gif1

许可

GWLCustomPiker遵循MIT许可发布。详情见LICENSE。