-
Notifications
You must be signed in to change notification settings - Fork 935
Open
Description
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:

Un3qual
Metadata
Metadata
Assignees
Labels
No labels