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.
有人知道,如果没有 IBOutlets,笔尖控件如何被释放?
nib 中不在顶层的任何东西(例如视图内的按钮)并且没有出口,当超级视图被释放时,将被释放。
在 ARC 项目中,outlet 无论如何都应该是弱的,所以当 superview 被释放时它们将恢复为零。
您不需要仅出于解除分配目的的网点。