MJPopupViewController
MJPopupViewController copied to clipboard
how to navigate popupviewcontroller to another viewcontroller when a button is clicked into it...
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....