MJPopupViewController icon indicating copy to clipboard operation
MJPopupViewController copied to clipboard

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

Open MuraliKPE opened this issue 10 years ago • 2 comments

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

MuraliKPE avatar Aug 20 '14 10:08 MuraliKPE

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

XUHAOLIANG2014 avatar Nov 10 '14 08:11 XUHAOLIANG2014

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....

hossein1448 avatar Nov 10 '14 09:11 hossein1448