objective c - Is there a modalViewControllerDidEnd method for modal view? -


i present navigation controller modally

[self presentmodalviewcontroller:navcontroller animated:yes]; 

how can detect if modal view did end? there delegate method?

as far know there no method or notification sent.

i implement own delegate protocol time.

i've posted code example delegate pattern answer question: delegate , passing data.

there method called somethinghappenedtellmydelegate should trigger close dismissmodalviewcontrolleranimated:


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -