As the title says: Is there no method being called on my other ViewController when I’m dismissing my modal view to return to it? (Apparently viewDidAppear didn’t do it, perhaps because I use the Partial Curl transition?)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it does not get notified in any standard way. In some cases
viewDidLoadorviewDidAppearmight get triggered but you really shouldn’t rely on it.Implement a delegate that tells you when the view is dismissed.