You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feature/show-in-a-new-window: (24 commits)
Rename macro UIColorFromRGB to UIColorFromHEX
Remove whitespaces Code formatting
Expose Show methods without UIViewController
Simplify statement
Fix background rotation with new window
Revert modal support
Support SCLAlert using UIViewController and using a new window
Bump version
Expose circleIconHeight Update docs
Fix shouldDismissOnTapOutside not working #87
Bump version
Fix issue #86
Improve pull request #85
Automatically add a borderWidth to the button if borderColor is defined
Bump version
Fix background rotation Remove modal support
Use button width not alert window width
Remove CGSize buttonSize Replace hardcode values
Init and viewWillLayoutSubviews refactor
Bump version
...
On version 0.5.9, when the custom icon image is set, the image appears to be half of the intended size.
I think this problem is because _circleIconImageView.frame is set before self.circleIconHeight *= 2.0f.
The text was updated successfully, but these errors were encountered: