SDCAlertView Versions Save

The little alert that could

12.0.3

1 year ago

What's New:

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

12.0.2

2 years ago

12.0.2

What's New:

  • Fix occasional crash on iOS 15

12.0.1

3 years ago

12.0.1

What's New:

  • Proper use of semantic versioning

v12.0

3 years ago

What's New:

  • Support for Swift Package Manager

v11.1.2

3 years ago

11.1.2

Bug Fixes:

  • Fix incorrect padding for content views in action sheets

v11.1.1

3 years ago

11.1.1

What's New:

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

v11.1

3 years ago

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

v11.0

4 years ago

11.0

What's New:

  • Dark Mode support on iOS 13 (#298)

v10.0

5 years ago

This release brings Swift 5.0 compatibility

v9.0.1

5 years ago

Bug Fixes:

  • Fixes incorrect margins for new iPhones