We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad6943 commit 9f17885Copy full SHA for 9f17885
Reports/2025/#355-2025.10.20.md
@@ -63,6 +63,10 @@
63
64
Live Activities 的核心是帮助用户快速获取关键动态信息,减少频繁打开应用的需要。设计时应以用户需求为中心,避免滥用。
65
66
+### 🐎 [iOS 17+ SwiftUI TextField 内存泄漏分析](https://kyleye.top/posts/swiftui-textfield-memory-leak/)
67
+
68
+[@DylanYang](https://github.com/Dylan19Yang):iOS 17 引入的 AutoFillUI 框架使得在使用 UITextField 时会发生不预期的内存泄漏,当 UITextField 成为第一响应者且用户离开视图时就会发生。由于在 SwfitUI 中 TextField 可以通过 .environmentObject() 保持对大型对象图的引用,因此在 SwiftUI 中内存泄漏的问题会更严重一点。对问题起因和绕过方式感兴趣的同学可以阅读本文作进一步了解。
69
70
71
## 工具
72
0 commit comments