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

Close popup from popup

lsantaniello opened this issue · comments

commented

Hi all,

I inserted close button into my popup. Handlet action is:

UIViewController *parent = [self parentViewController];
[parent dismissPopupViewControllerWithanimationType:MJPopupViewAnimationFade];

but popup is not close.

Is it possible it?

Thanks