Skip to content

AlertView swift #196

@Nexmind

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions