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

Dismiss needs a completion block #24

Open komocode opened 9 years ago

komocode commented 9 years ago

Since ASDepthModal changes the rootViewController of the navigationController, we need some type of call back after calling "dismiss" to let us know when the original rootViewController is restored.

autresphere commented 9 years ago

PR welcome!