Hi,
I have a little problem with the FUIAlertView in swift.... This code is in an @IBAction when touch a button:
let alertView = FUIAlertView()
alertView.title = "Oops !"
alertView.message = "You just cancel your login :-("
alertView.addButtonWithTitle("Ok")
alertView.show()
And my screen change for look like that, under my current view:

Hi,
I have a little problem with the FUIAlertView in swift.... This code is in an @IBAction when touch a button:
And my screen change for look like that, under my current view:
