UIAlertView-Blocks
UIAlertView-Blocks copied to clipboard
Using in swift 2 gives an error
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!