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

Duration does not work

Open saxograph opened this issue 8 years ago • 2 comments

let appearance = SCLAlertView.SCLAppearance(
    showCloseButton: false
)
let alertView = SCLAlertView(appearance: appearance)
alertView.showWarning("No button", subTitle: "Just wait for 3 seconds and I will disappear", duration: 3)

It cause "Incorrect label in call". screen shot 2017-05-06 at 15 03 56

saxograph avatar May 06 '17 19:05 saxograph

the same as you, did you know how to fix it?

littlemozart avatar Jun 09 '17 00:06 littlemozart

It looks like it was changed to "timeout": https://github.com/vikmeup/SCLAlertView-Swift/commit/a98030ed4701682d60dd11f4d2aa0149f24a1bdc

algrid avatar Jun 10 '17 23:06 algrid