Skip to content

Releases: gklka/GKActionSheetPicker

iOS 14 bugfix

01 Feb 18:50
Compare
Choose a tag to compare

Fixed the date picker appearance on iOS 14 devices. Previously it appeared with the new style, but for now we've switched it back to wheel, to keep it working.

Little improvements

19 Mar 19:29
Compare
Choose a tag to compare
  • Made the picker view public, so you can use your own delegate and data source objects
  • Made some NSArrays more explicit

Better handling of long item names

05 Mar 09:40
Compare
Choose a tag to compare
  • Changed truncating style to truncate the middle of long labels

Modernization

28 Feb 14:55
Compare
Choose a tag to compare
  • 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

14 Feb 13:25
Compare
Choose a tag to compare

The implementation of GKActionSheetPickerItem comparation was implemented wrongly, which caused wrong selected item when you used this kind of objects.

Bug fixes

15 Nov 15:08
Compare
Choose a tag to compare
  • Demo now works on iPad too
  • Selection indicator is now visible above iOS 10 too

Tint Color

04 Apr 08:40
Compare
Choose a tag to compare

Added tintColor property. Set it before opening the picker.

Title and orientation

10 Aug 13:56
Compare
Choose a tag to compare

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

01 Mar 10:19
Compare
Choose a tag to compare
  • Added custom left button text usage example
  • Cleaned up the header file with sections

Bug fixes

12 Feb 16:38
Compare
Choose a tag to compare

Fixed: No longer crashes when the given options array is nil.