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.
一般建议是对子视图使用弱 IBOutlet。但是现在在 iOS 6 中,不再使用内存警告清除视图,那么将出口声明为弱与强之间有什么真正的实际区别吗?我的意思是实际的而不是理论的。
显然,从实际的角度来看,将 IBOutlets 声明为 weak 的唯一好处是当您想在应用程序中手动卸载视图时。
在有人提供更好的答案之前,我会将其标记为“已接受”。