Skip to content

Commit 8fc0b0a

Browse files
committedDec 7, 2022
Wording
1 parent 5e6c05c commit 8fc0b0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎ViewLifecycle/CaseStudyListDynamic.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct CaseStudyListDynamic: View {
4040
}
4141
}
4242
.animation(.default, value: items)
43-
.navigationTitle("List")
43+
.navigationTitle("Dynamic List")
4444
}
4545
}
4646

‎ViewLifecycle/CaseStudyListStatic.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct CaseStudyListStatic: View {
4747
.frame(maxWidth: .infinity, alignment: .leading)
4848
.background(.regularMaterial)
4949
}
50-
.navigationTitle("List")
50+
.navigationTitle("Static List")
5151
}
5252
}
5353

‎ViewLifecycle/CaseStudyScrollViewStatic.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct CaseStudyScrollViewStatic: View {
2121

2222
LifecycleMonitor(label: "ScrollView bottom")
2323
}
24-
.navigationTitle("ScrollView")
24+
.navigationTitle("Static ScrollView")
2525
}
2626
}
2727

0 commit comments

Comments
 (0)
Please sign in to comment.