m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
973 stars 146 forks source link

event when popup closed in parent controller #36

Closed mirzadelic closed 8 years ago

mirzadelic commented 8 years ago

Can i get signal when popup is dismissed, on parent viewcontroller?

m1entus commented 8 years ago

You can use same patterns as in normal modal presentation: delegates or blocks. This section of github is for issues not the common question, i recommend you to ask questions like this on stackoverflow.