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 809d114 commit 236324bCopy full SHA for 236324b
Reports/2023/#268-2023.11.20.md
@@ -58,6 +58,11 @@
58
- **Solving redraw issues in SwiftUI**
59
- **Debugging changes using code**
60
61
+
62
+### 🐎 [Custom Traits and SwiftUI](https://useyourloaf.com/blog/custom-traits-and-swiftui/)
63
64
+[@Damien](https://zengyima.github.com/):本文主要讲述了在 iOS 17 中,开发者可以添加自定义 Traits 到 UIKit Traits 环境中,并与 SwiftUI 环境进行互操作。在 iOS 17 中,Traits 的处理方式发生了重大变化,Traits 现在可以从 UIScreen、UIWindowScene、UIViewController、UIView 等流向任何子视图控制器。此外,还介绍了如何创建一个自定义 Traits,并给出了一个实际的例子。
65
66
## 工具
67
68
> 开发过程中常用的工具,及一些新工具的介绍
0 commit comments