ipad modalviewcontroller when dismissed does not go to the viewdidappear of the mainviewcontroller

非 Y 不嫁゛ 提交于 2019-12-07 15:35:35
gdubs

For those who might be having the same issues when popping up viewcontrollers and needs to do something else after dismissing, I solved it using this

https://stackoverflow.com/a/7194182/639713

Basically, place a delay, as for some reason it's taking some for the modalviewcontroller to be removed. I added a delegate that will call another method which the delay happens.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!