在拆分视图中自定义侧边栏按钮图像

问题描述

我有一个SwiftUI应用。在iPad上,启用拆分视图后,会出现侧边栏图标(左上方)。

iPad showing a sidebar on the left,and the main content on the right. A sidebar image shows in the top-left,which I want to change.

我无法使用.navigationBarBackButtonHidden(true)隐藏它来创建自己的自定义图片

我该如何解决

代码

struct ContentView: View {
    
    var body: some View {
        NavigationView {
            Text("Sidebar")
            
            Text("Main content")
        }
    }
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)