- Nothing
- Nothing
- Update to Swift 5.0
- Support for Xcode 11
- Nothing
- Nothing
- Update to Swift 4.2
- Nothing
- add: demo code for showing selected value on StringPickerPopover.
- Nothing
- Nothing
- Nothing
- fix: fontSize of StringPickerPopover do not work. fontSize has been accorded priority over font's pointSize.
- Nothing
- add: TextFeildCell for demo
- fix: dimmedView does not disappear.
- Nothing
- Nothing
- fix: dismiss() is not called correctly.
- Nothing
- add: setDimmedBackgroundView(enabled:)
- fix: arrow and naviBar are diffrent colors
- fix: circular references in appear() and disappearAutomatically()
- refactor: added VoidHandlerType
- Nothing
- Nothing
- fix: wierd view color of DatePickerPopover
- Nothing
- Nothing
- Refactor: polish code
- Nothing
- Add: setClearButton() to String/ColumnStringPickerPopover.
- Fix: setSelectedRow/Rows() don't work correctly.
- Nothing
- Add: setOutsideTapDismissing(allowed:) to popovers. It makes dismissing of popover by tapping outside of it avilable or not.
- Nothing
- Nothing
- Nothing
- Fix: popover navi bar color is different from parent navi bar color #83
- Nothing
- add: font parameter to setDone/Cancle/ClearButton() for each popover #82
- Nothing
- Nothing
- Nothing
- Fix: crash when tapping done/cancel button with no items set String/ColumnStringPickerPopover #85
- Fix: wired arrow color when setting navigation bar color globally. #83
- Nothing
- Add: setValueChange(action:) for all popovers
- Nothing
- Nothing
- Add: setCornerRadius() for popover
- Nothing
- Nothing
- Added the new sample code about how to use StringPickerPopover with UITextField.
- Nothing
- Change ColumnStringPickerPopover setFontSize() to setFontSizes().
- Added setFont(), setFontColor() and setFontSize() to StringPickerPopover.
- Added setFonts(), setFontColors() and setFontSizes() to ColumnStringPickerPopover
*Fixed minor bugs.
- None
- Supports for adding UIImage to string directly
- None
- None
- None
- Remove cartfile to avoid circular reference when installing it via carthage
- None
- None
- Fix that cancelButton is set to nil on iOS 11
- None
- Add Podfile and Cartfile
- The demo target bundle identifier has been changed to "ge-nie-inc.SwiftyPickerPopoverDemo"
- None
- Add setLocale() to DatePickerPopover
- Improve comments and polish code
- None
- None
- Improve the layout of SampleViewController
- None
- None.
- None
- Fix circular reference.
- Fix that popover size cannot be set correctly when tapping clear button.
- Fix that another popover will unintentionally disapper after the specified time when executing disappearAutomatically().
- None.
- Add setSize() to resize popover.
- None.
- Rename baseView: to baseViewWhenOriginViewHasNoSuperview: of AbstractPopover's appear(), configureNavigationController() and configureNavigationController().
- When the originView has its superview, you no longer need to set baseView:, which has been renamed to baseViewWhenOriginViewHasNoSuperview:.
- None.
- None.
- Add color: to setDoneButton(), setCancelButton() and setClearButton().
- None.
- None.
- Polish code of StringPickerPopover's attributedTitleForRow.
- None.
- None.
- Add setRowHeight() to StringPickerPopover.
- Add setImageNames() to StringPickerPopover to dispay image like UITableViewCell.
- None.
- None.
- None.
- Fix that .date style DataPicker crashes on iOS 9.x.
- Change setXxxAction() to setXxxButton().
- Add setArrowColor().
- None.
- None.
- None.
- fix that setSelectedRow() does not work.
- None.
- add Japanese localization to Demo.
- fix "Could not find a storyboard named 'StringPickerPopover' in bundle NSBundle".