martinjuhasz / MJPopupViewController

A UIViewController Category to display a ViewController as a popup with different transition effects.
MIT License
964 stars 220 forks source link

Close popup from popup #41

Open lsantaniello opened 11 years ago

lsantaniello commented 11 years ago

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