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
Post a Comment