我想在 SwiftUI 中的 NavigationBar 的 titleView 中设置图像,就像我们在 UIKit 中所做的那样
navigationItem.titleView = UIImageView(image: UIImage(named: "logo"))
这就是我们在 UIKit 中的做法。
有人知道怎么做吗?
swift5 swiftui ios-navigationview
ios-navigationview ×1
swift5 ×1
swiftui ×1