Skip to content

LinnierGames/UIPickers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Customizable alert view which allows any views to nicely be presented in the body of the alert.

Resources

License

Stars

Watchers

Forks

Packages

No packages published