We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72b79a commit a44deb2Copy full SHA for a44deb2
Example/Example/ContentView.swift
@@ -52,7 +52,6 @@ struct ContentView : View {
52
}
53
NavigationLink(destination: NavigationButtonPage()) {
54
PageRow(title: "NavigationButton",subTitle: "按下时触发导航跳转的按钮")
55
- PageRow(title: "NavigationButton",subTitle: "按下时触发导航跳转的按钮")
56
57
NavigationLink(destination: Text("I'm Text")) {
58
PageRow(title: "PresentationButton",subTitle: "触发时显示内容的按钮控件")
0 commit comments