SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Subtitle is hidden behind icon when title is empty.
When I set subtitle, but leave title to "", the subtitle is hidden behind the icon circle., which makes it impossible to read.
After a quick look at the code I found out that the problem might be in computing vertical position of subviews.
@matoushybl Could you try this PR? - https://github.com/vikmeup/SCLAlertView-Swift/pull/332