Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

gaowanli/GWLCustomPiker

Repository files navigation

GWLCustomPiker

自定义外观的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

png1 png2 png3 png4

License

GWLCustomPiker is released under the MIT license. See LICENSE for details.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published