martinjuhasz / MJPopupViewController

A UIViewController Category to display a ViewController as a popup with different transition effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't push a view controller from controller which presented with MJPopupViewController

hemangshah opened this issue · comments

If we presented a viewcontroller using MJPopupViewController, then we can't perform push viewcontroller operation from that presented viewcontroller.

You should first create a navigation view controller, and embedded your controller into this navigation controller, then presented the navigation controller.