gpambrozio / BlockAlertsAnd-ActionSheets

Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot
http://codecropper.com/2012/01/replicating-tweetbots-alerts-and-action-sheets/
MIT License
1.41k stars 268 forks source link

use in swift #74

Closed IcuScc closed 9 years ago

IcuScc commented 10 years ago

Hi. is possible to use in swift??

IcuScc commented 9 years ago

here the simple example

let oAlert: BlockAlertView = BlockAlertView.alertWithTitle("Atención", message: "some message") oAlert.setCancelButtonWithTitle(appDelegate.DameTexto("Aceptar"), block: nil) oAlert.show()