Skip to content

Releases: sberrevoets/SDCAlertView

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

2.5

27 May 16:54
Compare
Choose a tag to compare
2.5

Unless urgent bugs come up, this will likely be the final release before version 3.0 which will incorporate whatever changes (if any) iOS 9 introduces and will be fully written in Swift.

What's New:

  • You can now specify the text alignment of the message label (#101)

Bug Fixes:

  • Fixes an infinite loop that occurred on some device configurations (#91)
  • Fixes the wrong button handler being called in some cases on iOS 7 (#97)