列表行保持选中/突出显示

时间:2020-09-17 15:53:51

标签: ios swift swiftui

从详细信息屏幕返回时,列表视图的行仍突出显示,如屏幕截图所示。在Xcode 12和iOS 14中进行了测试。 列表代码:

        List(dummyArray) { item in
        NavigationLink(
            destination: DummyDetailDView(),
            label: {
                CustomRow(item: item)
            })
    }
    .listStyle(PlainListStyle())

enter image description here

修改1: 我观察到只有当我的列表视图是任何容器视图的一部分时,这种情况才会发生。

0 个答案:

没有答案