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

how to navigate popupviewcontroller to another viewcontroller when a button is clicked into it...

MuraliKPE opened this issue · comments

i need to open a new view controller when a button is clicked in the popup area.

hello,i have the same problem .DO you solve the problem?

you could push to new view controller only in parent view controller
you should use , protocol and custom Delegate... write a protocol in popView controller class and define a variable as customDelegate and when button pressed , call the delegate....