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

Commit 654e5d8

Browse files
authored
Merge pull request #33 from dropbox/ios-client
Add iOS client
2 parents c0e9718 + d082122 commit 654e5d8

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)