Releases: sberrevoets/SDCAlertView
Releases · sberrevoets/SDCAlertView
3.0.4
Bug Fixes:
- Fixes a crash on iOS 8 when adding text fields to the alert
3.0.3
Bug Fixes:
- Resolves an issue that would never use the white status bar color if it was specified
3.0.2
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
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
What's New:
- Completely rewritten in Swift
- Updated for iOS 9
- Deployment target increased to iOS 8
2.5.4
Bug Fixes:
- Fixes a bug where long action titles could extend outside the bounds of their containing button
2.5.3
This release provides Xcode 7 compatibility by fixing build errors/warnings.
2.5.2
2.5.1
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
andSDCAlertView
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: