Skip to content

Releases: dogo/SCLAlertView

0.7.1

04 May 14:33
Compare
Choose a tag to compare

Ignore deprecated inside SCLAlertView
Fix Support iOS 8 Widget frame position

0.7.0

01 Apr 23:18
Compare
Choose a tag to compare

Support show SCLAlert in a new window.
Several internal changes
Fixes screen stutter glitch with blur background. Thanks @felix-dumit
Fixes a bug where you could not set Font attributes on the attributed string

0.6.1

23 Mar 13:37
Compare
Choose a tag to compare

Fix shouldDismissOnTapOutside not working #87
Expose circleIconHeight
Update docs

0.6.0

23 Mar 04:10
Compare
Choose a tag to compare

Fixed borderColor defined without borderWidth definition
Fixed custom icon image's size is too small #86

0.5.9

23 Mar 04:07
Compare
Choose a tag to compare

Init and viewWillLayoutSubviews refactor
Remove CGSize buttonSize
Replace hardcode values

0.5.8

23 Mar 04:06
Compare
Choose a tag to compare

Revert "Custom button height feature"

0.5.7

16 Mar 15:20
Compare
Choose a tag to compare

Fix Crash in background thread #76
Set isVisible to public
Implement custom button height feature request #71

0.5.6

16 Mar 15:19
Compare
Choose a tag to compare

Fix Xcode 6.3 beta compilation Fix #74

0.5.5

22 Feb 17:57
Compare
Choose a tag to compare

Allow to change buttons configuration for Warning style.
Add option to set custom tint color for icon image.

0.5.4

13 Feb 14:26
Compare
Choose a tag to compare

Add addCustomTextField method
Fix Blur background is wrong when shown from "UIModalPresentationFormSheet" #65
Add some documentation
SCAlertView should disable interactivePopGestureRecognizer when the alert is visible and enable when disappear. Fix #66
Don't add UIActivityIndicatorView by default, only if needed