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 的字体时遇到了内存泄漏。这是我用来设置字体的代码,
[MyBtn.titleLabel setFont:[UIFont boldSystemFontOfSize:12]];
而 MyBtn 连接到 IBOoutlet 并且我没有为它分配内存。
我在代码中没有看到任何错误。希望有人能帮助我,我将非常感激。
问候,穆罕默德萨勒曼
仅此行代码没有泄漏。
Instruments 可能有误报,因为字体被缓存(即-retain由 UIKit 编辑)。
-retain