Releases: jfuellert/AFFAlertView
Releases · jfuellert/AFFAlertView
AFFAlertView
AFFAlertView
0.3.1 Updated layout stuff.
AFFAlertView
- Added support for frame resizing via a given delegate method -
- (CGSize)alertViewPreferredSize:(AFFAlertView *)alertView;
. This has not yet been implemented with a scroll view so be aware that farme overflow will not be hidden. - Added support for displaying the alert view on top of modal view controllers.
- Secure and password types are still not implemented.
AFFAlertView
Updated AFFAlertView default UI to better match the iOS 7 UIAlertView; this includes text and color adjustments. Button down states now use a darker background image instead of the border color.
AFFAlertView
Added very rough support for user input fields.
AFFAlertView
This is the second pre-release of AFFAlertView. It's key features are:
- Pod support.
AFFAlertView
Cleanup.
AFFAlertView
This is the first pre-release of AFFAlertView. It's key features are:
- A customizable UIAlertView alternative. This includes subclassing support as well as built-in properties.
- An iOS 7 look-alike alert view compatible with iOS 6.
- Built-in alternative AFFAlertView animations.