Skip to content

Releases: kmcgill88/McPicker-iOS

2.0.1

09 Apr 01:04
386be6b
Compare
Choose a tag to compare
  • Fixed an index out of range error if data is an empty array. Thanks, @thanhlong12312!

2.0.0

25 Sep 22:39
e6f8dc8
Compare
Choose a tag to compare

New

1.0.0

10 Mar 15:28
Compare
Choose a tag to compare

New

  • McTextField for use as an inputView on UITextField's. #22
  • Added the ability to set backgroundColor and backgroundColorAlpha.
  • selectionChangedHandler to listen for seleciton changes. #30

Fixed

  • Setting toolbarItem properties out of order lost setting. #30

0.5.2

21 Oct 02:34
Compare
Choose a tag to compare

Fixed

  • #24 Default toolbar font is now the same for .normal and .selected state. Thanks for the feedback @Mahan3340!

0.5.1

02 Oct 02:40
Compare
Choose a tag to compare

Fixed

  • #18 - Fixed issue causing Swift 4 to not pass back user selections.

0.5.0

18 Sep 03:31
Compare
Choose a tag to compare

New

  • Added ability to set custom toolbar items per issue #16
  • Added showsSelectionIndicator option.

0.4.0

22 Jul 04:45
Compare
Choose a tag to compare

New

  • Add mcPicker.pickerSelectRowsForComponents per #14 to set initial row(s) per component(s).

0.3.1

22 Jul 03:53
Compare
Choose a tag to compare

Fixed

  • #12 memory leak when displaying with showAsPopover

0.3.0

22 Jul 03:50
Compare
Choose a tag to compare

New

  • Add showAsPopover for use on iPhone or iPads - #8

0.1.0

22 Jul 03:48
Compare
Choose a tag to compare

New

  • McPicker was born!