autresphere / ASDepthModal

An Objective-C class that adds a sense of depth to your modal popup views.
MIT License
430 stars 74 forks source link

add completion block support for dismiss #8

Closed jonasman closed 11 years ago

jonasman commented 11 years ago

It would be good to know when the popup has disappeared. A completionBlock could be passed to the dismiss and it would be called after the popup had been dismissed.

What do you think?

jonasman commented 11 years ago

https://github.com/autresphere/ASDepthModal/pull/9