Closed IcuScc closed 9 years ago
Hi. is possible to use in swift??
here the simple example
let oAlert: BlockAlertView = BlockAlertView.alertWithTitle("Atención", message: "some message") oAlert.setCancelButtonWithTitle(appDelegate.DameTexto("Aceptar"), block: nil) oAlert.show()
Hi. is possible to use in swift??