Releases: gklka/GKActionSheetPicker
Releases · gklka/GKActionSheetPicker
iOS 14 bugfix
Little improvements
- Made the picker view public, so you can use your own delegate and data source objects
- Made some
NSArray
s more explicit
Better handling of long item names
- Changed truncating style to truncate the middle of long labels
Modernization
- Added
doubleLines
property, so you can have double height lines for long texts - Added Dynamic Type support
- Added iOS 13 style rounded edges (iOS 11 and above)
- Adjusted animation length to better match iOS 13 share sheet
- Background color is now secondary system background color (iOS 13 and above)
- Added gesture recognizer to be able to dismiss the picker when tapping outside it
- Modernized the example
Bug fixes
Bug fixes
Tint Color
Added tintColor
property. Set it before opening the picker.
Title and orientation
Added
- support for
title
property - You can set titles - support for orientation changes
Changed
- Improved readme
- Improved legibility in the example application code
Fixed
isOpen
property is now working
Improved example
- Added custom left button text usage example
- Cleaned up the header file with sections