Friday, September 5, 2014

UIAlertView - Dialog

    let alertView = UIAlertView()
        alertView.title = "Warning"
        alertView.message = "Hello, world!"
        alertView.addButtonWithTitle("OK")


        alertView.show()


========================
AlertDialog in Android

No comments:

Post a Comment