Yyilin
Yyilin
 This is the correct look
I also encountered such a situation
func setGridVisibility(_ isGridVisible: Bool) { guard isGridVisible != attributes.isGridVisible, !isChanging else { return } cameraGridView.setVisibility(isGridVisible) }
createCameraOutputView() .ignoresSafeArea() .background(Color.black) .onAppear{ setOutputType(.video) setGridVisibility(false) }
Setting the hidden grid before camera authorization will cause this problem
> [@FulcrumOne](https://github.com/FulcrumOne) any updates on this one? It pops up pretty often.这个有更新吗?它经常出现。 > > The issue poorly described tho...但这个问题描述得很差... Setting the hidden grid before camera authorization will cause this problem
func node(containingLocation location: NodeValue) -> Node? { guard location >= minimumValue && location