Problem dismissing multiple modal view controllers

后端 未结 9 1624
暗喜
暗喜 2020-12-09 10:43

I am having trouble getting my modal view controllers to display properly. I have a parent view controller that is the delegate for modal view A. In modal v

9条回答
  •  执念已碎
    2020-12-09 11:48

    You could use this

    [[[self presentingViewController] presentingViewController]  dismissModalViewControllerAnimated:YES];
    

提交回复
热议问题