SCLAlertView-Swift icon indicating copy to clipboard operation
SCLAlertView-Swift copied to clipboard

Subtitle is hidden behind icon when title is empty.

Open matoushybl opened this issue 8 years ago • 1 comments

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 avatar Feb 20 '17 15:02 matoushybl

@matoushybl Could you try this PR? - https://github.com/vikmeup/SCLAlertView-Swift/pull/332

algrid avatar Jun 11 '17 20:06 algrid