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.
当我控制从界面生成器拖动到我的 .h 并生成 IBOutlet 属性时,它会自动使其“保留”,并将 delloc 添加到 .m... 为什么会发生这种情况,我该如何关闭它?
为什么会发生这种情况,我该如何关闭它?
听起来它正在发生,因为您使用的是旧版本的 Xcode。我刚刚在 Xcode 4.6.2 中尝试过,它创建了一个weak属性并且没有-dealloc. 如果您使用的是 Xcode 4.6.2 之前的版本,那么是时候更新了。
weak
-dealloc