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

multiple view in single popup.

dipenSemicolon9 opened this issue · comments

Hi i m use your library in many projects first thanks for share this .
in my recent project i m facing one problem on button click i m open one view name "First view controller" in mjpopup and in this view i have one button on click of that button i m open another view name "Second view controller". the problem is that when open secondviewcontroller i wann disappear firstviewcontroller. can u guide me how to achive this task ??
thanks