UIPickers 0.3

UIPickers 0.3

Maintained by Erick Sanchez.



  • By
  • linniergames

UIPickers

CI Status Version License Platform

Examples

Basic Message and Date Picker

basic message and date picker 2x

UIEntryPickerViewController

uientrypickervc 2x

With a Custom UIView

subclassing uipickervc 2x

You'll need to subclass UIPickerViewController and override func layoutConent() -> [UIView]. This currently returns an empty array.

  open override func layoutConent() -> [UIView] {
      ...
      
      return [viewA, viewB, viewC, ...]
  }

This method, layoutContent() is invoked when the view controller is becoming presented.

Installation

UIPickers is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UIPickers'

Author

LinnierGames

License

UIPickers is available under the MIT license. See the LICENSE file for more info.