Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是好奇它是否会在当前未打开的 UITabBar 选项卡中自动释放数据,只要它内存不足并且需要额外的内存。
另外,对不起,如果这个问题完全错误并且听起来我只是在编造一些东西。我之所以这么问,是因为我发誓我在某处听说过,当 iOS 内存不足时,它会开始寻找要释放的东西,然后释放它们。
如果我错了,请纠正我。谢谢!
不,数据不会被自动释放。
其中包含的视图控制器将收到对 -(void)didReceiveMemoryWarning 的调用;由您决定可以释放哪些内容以释放内存。
这里有更多细节:https ://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/ViewLoadingandUnloading/ViewLoadingandUnloading.html