Skip to content

AlertView swift #196

Description

@Nexmind

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:
lebonbug

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions