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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -