Releases: dogo/SCLAlertView
Releases · dogo/SCLAlertView
0.2.4
Add completeButtonFormatBlock (Support keys : backgroundColor, textColor)
Fixed iOS 6.1 crash related to boundingRectWithSize. Thanks @rando128
0.2.2
Improve SCLAlertView documentation
Add new hide animations: ( SlideOutToBottom, SlideOutToTop, SlideOutToLeft, SlideOutToRight )
Add documentation TODO
0.2.1
Add new method on SCLButton that accepts a validation block. Thanks @mamaral
Set darker button background color on touch down event
0.2.0
Add basic support to hide animations, currently NoAnimation and FadeOut (Default)
New showCustom method, customize the icon image/color and button colors. Thanks @mamaral
Move pop up view up when the keyboard show.
Button dismiss fade bug.
Add navigation through SCLAlertView form fields, hitting return on a field will take users to the next field. Thanks @mamaral
0.1.2
On hide remove also from parent view controller patch by @tdunham02
Improve attribute text support, using block
0.1.1
If title is nil, we can move the body message to center
Add shouldDismissOnTapOutside property determines whether to dismiss when tapping outside the SCLAlertView.
Add initial documentation
Update Examples
Minor changes
0.1.0
Add support to attributed text
0.0.3
Add play sound capability