sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
252 stars 74 forks source link

popover not showing after segue #75

Closed dony22 closed 8 years ago

dony22 commented 8 years ago

Hello, I have created a uiViewController (lets say main app view) that contains a WYpopoverController that is shown as a dialog when clicked on a button. And that works fine. The problem comes when i instead of set the initial view controller that main view, i set another uiviewcontroller lets say login and then use a Segue to that main view upon success. I click the same button in the main view and nothing happens. The custom popover view controller is beeing called, because the viewDidLoad is called also i tried to put some logs into -viewDidAppear and its also shown. but nothing never comes up into the phone. its like its running on the background below my main view.

Thanks for your time