我正在尝试实现滑动(从左到右)以使用SwiftUI编辑操作。删除操作(从右向左滑动)和移动项目操作非常有效。我想打开左边的编辑画面给右边的guesture这是我的代码:structTableView:View{@StatevardataSource=DataSource()varbody:someView{NavigationView{List{ForEach(dataSource.pokemons.identified(by:\.id)){pokemoninText(pokemon.name)}.onDelete(perform:deletePokemon).onMove(perfo