Releases: sberrevoets/SDCAlertView
Releases · sberrevoets/SDCAlertView
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
2.0.1
Bug Fixes:
- Raises an exception when presenting SDCAlertView 1.0 from a
UIAlertView
or UIActionSheet
(#56 - thanks @nschum)
- Prevents a crash when creating an alert with a
nil
title or message