Skip to content

Releases: sberrevoets/SDCAlertView

3.1

15 Dec 05:14
Compare
Choose a tag to compare
3.1

What's New:

  • Adds an option to give the alert a different background color

Bug Fixes:

  • Fixes a bug that would not apply appropriate padding to the labels

3.0.4

23 Nov 05:56
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes a crash on iOS 8 when adding text fields to the alert

3.0.3

02 Nov 04:47
Compare
Choose a tag to compare

Bug Fixes:

  • Resolves an issue that would never use the white status bar color if it was specified

3.0.2

25 Oct 06:10
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes a major issue that would simply not display an alert
  • The example project now formally depends on the SDCAlertView target
  • Added a missing docstring

3.0.1

11 Oct 04:58
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes an issue that would sometimes use the wrong scroll direction for actions
  • Fixes the pod spec so it refers to the correct tag, not a branch
  • Removes some unused (overridden) methods in the Objective-C bridging header

3.0

07 Oct 07:15
Compare
Choose a tag to compare
3.0

What's New:

  • Completely rewritten in Swift
  • Updated for iOS 9
  • Deployment target increased to iOS 8

2.5.4

25 Sep 03:25
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes a bug where long action titles could extend outside the bounds of their containing button

2.5.3

24 Sep 03:28
Compare
Choose a tag to compare

This release provides Xcode 7 compatibility by fixing build errors/warnings.

2.5.2

19 Jun 17:06
Compare
Choose a tag to compare

Bug Fixes:

  • Solves an accessibility-related incompatibility between UIAlertController and SDCAlertController (#105)

2.5.1

31 May 06:11
Compare
Choose a tag to compare

The previous version was not the last release after all 😃

Bug Fixes:

  • Fixes a bug that would show the wrong cancel button title in a legacy alert in some cases
  • Fixes a retain cycle between SDCAlertController and SDCAlertView