Skip to content

Releases: dogo/SCLAlertView

0.2.4

22 Oct 18:51
Compare
Choose a tag to compare

Add completeButtonFormatBlock (Support keys : backgroundColor, textColor)
Fixed iOS 6.1 crash related to boundingRectWithSize. Thanks @rando128

0.2.3

21 Oct 23:18
Compare
Choose a tag to compare

Add dismiss block

0.2.2

21 Oct 14:25
Compare
Choose a tag to compare

Improve SCLAlertView documentation
Add new hide animations: ( SlideOutToBottom, SlideOutToTop, SlideOutToLeft, SlideOutToRight )
Add documentation TODO

0.2.1

20 Oct 13:09
Compare
Choose a tag to compare

Add new method on SCLButton that accepts a validation block. Thanks @mamaral
Set darker button background color on touch down event

0.2.0

18 Oct 16:22
Compare
Choose a tag to compare

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

13 Oct 17:25
Compare
Choose a tag to compare

On hide remove also from parent view controller patch by @tdunham02
Improve attribute text support, using block

0.1.1

09 Oct 15:35
Compare
Choose a tag to compare

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

08 Oct 22:45
Compare
Choose a tag to compare

Add support to attributed text

0.0.3

03 Oct 13:27
Compare
Choose a tag to compare

Add play sound capability

0.0.2

03 Oct 13:26
Compare
Choose a tag to compare

Fix wrong license