UIViewController在UINavigationController中释放和阻止UI需要很长时间

时间:2017-04-22 15:20:04

标签: ios user-interface memory-management uiviewcontroller uinavigationcontroller

UIViewControllers在主线程上被释放。 (Why is UIViewController deallocated on the main thread?

我的UINavigationController有一个非常占用大量内存的UIViewController(带有数千个节点的SceneKit场景)。

当用户按下按钮时,此UIViewController被解雇。

然而,UI被阻止大约4秒,直到释放完成。

如何在解除分配完成时避免UI被阻止?

或者,如何在重新分配完成后收到通知,以便在UI被阻止时显示微调器?

0 个答案:

没有答案