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

Commit d082122

Browse files
committed
Add iOS client
1 parent 201686a commit d082122

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

samples/discovery/ios/ios/plans/PlansScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct PlansScreen: View {
1515
var body: some View {
1616
NavigationView {
1717
Content(screen: viewModel.screen)
18-
.navigationTitle("Plans")
18+
.navigationTitle(viewModel.screen?.title ?? "Plans")
1919
.toolbar {
2020
ToolbarItem(placement: ToolbarItemPlacement.navigationBarLeading) {
2121
Image("Notification.Line").resizable().frame(width: 32.0, height: 32.0)

0 commit comments

Comments
 (0)