Skip to content

Releases: sberrevoets/SDCAlertView

12.0.4

28 Jun 20:15
Compare
Choose a tag to compare

What's New:

  • Avoid warning when compiling with Xcode 16

12.0.3

02 Feb 06:56
Compare
Choose a tag to compare

What's New:

  • Fix issue where alert wouldn't animate back in place after dismissing the
    keyboard

12.0.2

05 Oct 05:39
Compare
Choose a tag to compare

12.0.2

What's New:

  • Fix occasional crash on iOS 15

12.0.1

19 Jan 17:50
Compare
Choose a tag to compare

12.0.1

What's New:

  • Proper use of semantic versioning

12.0

19 Jan 06:55
Compare
Choose a tag to compare

What's New:

  • Support for Swift Package Manager

11.1.2

13 Jun 06:04
Compare
Choose a tag to compare

11.1.2

Bug Fixes:

  • Fix incorrect padding for content views in action sheets

11.1.1

26 Apr 23:19
Compare
Choose a tag to compare

11.1.1

What's New:

  • Refactored the action sheet UI to code, eliminating the hard-to-understand XIB

11.1

26 Apr 23:13
Compare
Choose a tag to compare

11.1

What's New:

  • Action sheets can now receive an image view on the left and accessory view on the right of each action
  • The color of the chrome/dimming view can now be set on visual styles
  • The spacing between title/message labels has been updated to the ones
    UIAlertController uses

Bug Fixes:

  • View controllers presented from alerts/action sheets aren't dismissed
    anymore when using the alert's dismiss() method
  • The area around text fields is now the same background color as alerts when one is set
  • Dark mode appearances are more like the native UIAlertController ones

11.0

17 Feb 23:26
Compare
Choose a tag to compare

11.0

What's New:

  • Dark Mode support on iOS 13 (#298)

10.0

02 Apr 06:41
Compare
Choose a tag to compare

This release brings Swift 5.0 compatibility