Releases: kmcgill88/McPicker-iOS
Releases · kmcgill88/McPicker-iOS
2.0.1
- Fixed an
index out of range
error if data is an empty array. Thanks, @thanhlong12312!
1.0.0
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
Fixed
- #24 Default toolbar font is now the same for
.normal
and .selected
state. Thanks for the feedback @Mahan3340!
0.5.1
Fixed
- #18 - Fixed issue causing Swift 4 to not pass back user selections.
0.5.0
New
- Added ability to set custom toolbar items per issue #16
- Added
showsSelectionIndicator
option.
0.4.0
New
- Add
mcPicker.pickerSelectRowsForComponents
per #14 to set initial row(s) per component(s).
0.3.1
Fixed
- #12 memory leak when displaying with
showAsPopover
0.3.0
New
- Add
showAsPopover
for use on iPhone or iPads - #8