Skip to content

Releases: dogo/SCLAlertView

0.8.2

27 Jan 22:29
Compare
Choose a tag to compare

Fix button actionBlocks not working #175

0.8.1

21 Jan 01:59
Compare
Choose a tag to compare

Fix memory leak using new window way to display. #142

0.8.0

29 Dec 16:27
Compare
Choose a tag to compare

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

20 Oct 21:11
Compare
Choose a tag to compare

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

20 Oct 21:01
Compare
Choose a tag to compare

Support countdown and timer

0.7.6

15 Sep 15:21
Compare
Choose a tag to compare

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

02 Sep 20:04
Compare
Choose a tag to compare

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

30 Jul 23:54
Compare
Choose a tag to compare

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

10 Jun 19:05
Compare
Choose a tag to compare

Check for modules feature

0.7.2

29 May 23:47
Compare
Choose a tag to compare

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