//NavigationLink的点击框即使使用了填充或偏移量后也保持不变。怎么会有人将它与其图像沿着移动
//
导航视图{导航链接{下一页()
}
label: {
Image(systemName: "globe")
.offset(y:200)
.ignoresSafeArea()
.imageScale(.large)
.foregroundColor(.accentColor)
.border(Color.red)
}
1条答案
按热度按时间3xiyfsfu1#
给予它一个背景。比如
应该足够了。