Releases: dogo/SCLAlertView
Releases · dogo/SCLAlertView
0.8.2
Fix button actionBlocks not working #175
0.8.1
Fix memory leak using new window way to display. #142
0.8.0
Getting screen size from app key window so that the alert will be centered in ipad split view mode. thanks @abbasmousavi
Add new Style: Question. Thanks @jusefjames
New adjust text view size implementation. Thanks @jusefjames
Add question alert to example storyboard.
0.7.9
Namespaced SCLActionTypes to avoid conflicts. Thanks @mbelkin
Add SCLTextView class.
Remove some hardcode values.
Add support to window custom width.
Added status bar customization. Thanks @D-32
0.7.7
Support countdown and timer
0.7.6
Fixed alertView created by initWithNewWindow does not dismiss when touch outside #143
Add count label inside timer circle
Fixed new window not being removed when dismissed #142
0.7.5
Dynamically set button height to allow for multiple lines of text. Thanks to @yatryan
Implement a timer on a single button to display how much time is left before that button is triggered. Thanks to @yatryan
0.7.4
Fix subtitles not showing properly as it is cutting some characters at bottom. #131
Fix some minor bugs related to iOS 7.x Thanks to @HuylensHu
0.7.3
Check for modules feature
0.7.2
If defaultBackgroundColor is preconfigured for button its not changed to default style color. Thanks @alex1704
Add NSStringDrawingUsesFontLeading to ensure the use of default line spacing specified by the font
Use ceilf since it's a floating point math
Add bounce animation to slideFromTop. Thanks @javikr
Improve interactivePopGesture handle. Thanks @crowriot