However, if you want this Text to behave like a Text and not like a Button you can use the following hack:ToolbarItem(placement: .navigationBarLeading) { HStack { Text("Title") Text("") } .foregroundColor(.red)} 这篇关于如何使用 SwiftUI 中的 navigationBarLeading 位置更改 ToolbarItem 的颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-04 22:25