Releases: sberrevoets/SDCAlertView
Releases · sberrevoets/SDCAlertView
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)
2.4.2
What's New:
- Re-introduces an explicit
title
property without generating warnings (#99)
2.4.1
Bug Fixes:
- Fixes a crash in a compatibility update introduced in the previous version
2.4
Bug Fixes:
- Fixes an issue that would prevent legacy alerts from calling the
shouldDismissHandler
(#90)
What's New:
- Adds 2 new customizable properties:
titleLabelColor
and messageLabelColor
(#92)
2.3.2
Bug Fixes:
- Reverted the fix for #87 because it causes a more prominent bug (#89)
2.3.1
Bug Fixes:
- Fixes crash when using attributed title in legacy alert (#85 & #86)
- Fixes a stack overflow on iPad 2 (#87)
- Fixes an issue that would not reflect the attributed of an attributed string after creating an alert (#88)
2.3
What's New:
- Improved semantics for alert action styles. See the discussion in #81 for more information.
Bug Fixes:
- Fixes an animation issue in
SDCAlertView
on iOS 7 (#79)
- The warning introduced in 2.2 is removed
2.2
Bug Fixes:
- Fixes an incompatibility issue that would not correctly fetch text fields on iOS 7 (#67)
2.1.1
Bug Fixes:
- Fixes an off-by-one error that breaks compatibility with iOS 7 (#70)
2.1
What's New:
- The
usesLegacyAlert
property is now made public
Bug Fixes:
- Updates the import in SDCAlertController.h to not depend on any precompiled headers
- Fixes several issues with the legacy alert (#62, #63, #64, #68)
- Improves upon
UIAlertController
so that when an alert button is quickly tapped, it will highlight (UIAlertController
does not do this)
- Fixes Auto Layout warnings for multi-line labels (#60)
- Returns the correct text when accessing
titleLabel.text