MBPickerView 0.0.3

MBPickerView 0.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by KeyboardNotification.



  • By
  • Swifty-iOS

MBPickerView

This is horizontal picker view similar to native iOS UIPickerPicker with a lot of customisation. It has advance delegates to manage all event of MBPickerView. You can also pass custom UIView to the picker.

Installation

Customization

You can customize Picker view title (title Color and Font) PickerTitleAttributes for selected and deselected state by setting MBPickerViewTitleAttribute to picker view. You can also adjust item padding scaling by setting itemPadingScale.

Set your data itemPadingScale

pickerView.itemPadingScale = 1.3 // your scale between [0 - item count]

####iPhone

Image Image Image Image

####iPad Image

##Licence

MIT