UIAlertView-Blocks icon indicating copy to clipboard operation
UIAlertView-Blocks copied to clipboard

Using in swift 2 gives an error

Open jlubeck opened this issue 10 years ago • 0 comments

    UIAlertView.showWithTitle("LOCKED", message: "message", cancelButtonTitle: "OK,I'll keep playing", otherButtonTitles: "LET ME IN! ($0.99)") { (alertView, buttonIndex) -> Void in

    }

 'String' is not convertible to 'StringLiteralConvertible'

How can I fix this? Thanks!

jlubeck avatar Sep 04 '15 02:09 jlubeck