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.
如果我有一个带有 UIButton 元素的 xib 文件,但我没有为其创建 IBOutlet,它会自动释放吗?或者我是否需要为所有 UI 元素创建插座并释放它们,即使我不一定需要插座用于其他目的?
无需为每个 UI 元素创建插座。所有内存管理都应该自动处理。