I have two view controllers. I'll call them Amy and Bob, respectively. When Amy presents Bob, she uses a modal segue. Bob is supposed to be dismissed after a few seconds. When he is, Amy is supposed to do something.
I'm thinking about making Amy Bob's parent view controller so that I can tell Bob to call the "dismissViewController" method of his parentViewController object.
Edit: Thank you, dejo, for pointing me to the relevant Apple docs.
I'm thinking about making Amy Bob's parent view controller so that I can tell Bob to call the "dismissViewController" method of his parentViewController object.
Edit: Thank you, dejo, for pointing me to the relevant Apple docs.
Last edited: