Skip to content

Dialog doesn't appear (XCode 7.3) #18

@m-etka

Description

@m-etka

Dialog doesn't appear on my project.

Dialog view's frame seems to be correct:
(0.0, 0.0, 320.0, 568.0)

Also I tried to bring subview front by adding this line in the func show: method:
UIApplication.sharedApplication().windows.first!.bringSubviewToFront(self)

I'm using a navigation view controller under a tab bar controller. When debugging nothing seems to be wrong. I think it's only a visibility problem.

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions