-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Description
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?