gpt4 book ai didi

SwiftUI NavigationLink 隐藏箭头

转载 作者:行者123 更新时间:2023-12-03 07:35:15 127 4
gpt4 key购买 nike

有没有办法隐藏自动添加的导航链接 View 右侧的箭头?

我想使用 NavigationView -> List -> HStack -> NavigationLink_1 - NavigationLink_2 显示图像网格

NavigationLinks 有箭头,看起来很奇怪
enter image description here

最佳答案

它对我有用的方式:

List { 
ForEach(elements) { element in
ZStack {
CustomView(element: element)
NavigationLink(destination: DestinationView()) {
EmptyView()
}.buttonStyle(PlainButtonStyle())
}
}
}

关于SwiftUI NavigationLink 隐藏箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58333499/

127 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com