标签: ios model-view-controller caching uiviewcontroller uinavigationcontroller
在应用程序启动时缓存UIViewControllers是否可行/实用/有益,以便在需要呈现(或由UINavigationController推送)时,不必分配内存并且它们已经准备好了吗?感谢
答案 0 :(得分:1)
当然有可能。您可以在应用程序委托的application:didFinishLaunchingWithOptions:方法中执行此操作。
application:didFinishLaunchingWithOptions: