Slow transitions on presenting a viewcontroller

試著忘記壹切 提交于 2019-12-12 01:36:23

问题


I am calling [self.navigationController pushViewController:controller animated:YES]; and it works just fine, but there is a delay in how long it takes to present. The controller is just a simple blank tableview. This view is being presented as a normal push.


回答1:


Found the issue thanks to instruments and @dasdom. Apparently there was a animation going on at the same time that was causing issues.



来源:https://stackoverflow.com/questions/23790678/slow-transitions-on-presenting-a-viewcontroller

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