Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit f6157ec

Browse files
authored
Add navigation title to SignerView
Set navigation title and display mode for SignerView.
1 parent 21d8b08 commit f6157ec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Sources/prosign/prosign.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ struct MainTabView: View {
1414
TabView {
1515
NavigationStack {
1616
SignerView()
17+
.navigationTitle("ProSign - Signer")
18+
.navigationBarTitleDisplayMode(.inline)
1719
}
1820
.tabItem {
1921
Image(systemName: "hammer")
2022
Text("Signer")
2123
}
22-
2324
NavigationStack {
2425
CertificateView()
2526
}
@@ -37,4 +38,4 @@ struct MainTabView: View {
3738
}
3839
}
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)