Skip to content

Commit 45ecf5e

Browse files
committed
fix #4949
1 parent 3963b0d commit 45ecf5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Reports/2025/#329-2025.03.31.md

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848

4949
文章提供了完整的代码实现思路,适用于健身追踪、AR 等场景开发。
5050

51+
### 🐎 [Why I Avoid Group](https://chris.eidhof.nl/post/why-i-avoid-group/)
52+
53+
[@DylanYang](https://github.com/Dylan19Yang):作者通过一系列的 Demo 向我们展示了 Group 目前存在的一些问题。官方文档上写着作用于 Group 的 modifier 会作用在 Group 内的每一个元素上,但实际在模拟器上的表现并非如此。作者猜测可能和渲染 SwiftUI 的根结点实质是一个 UIKit 的 view 有关。如果使用一个 VStack 包裹 Group,则它的表现又符合预期了。
54+
5155
## 工具
5256

5357
> 开发过程中常用的工具,及一些新工具的介绍

0 commit comments

Comments
 (0)