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 d62c05a commit 87d7175Copy full SHA for 87d7175
Examples/DemosApp/DemosApp/Core/App.swift
@@ -41,15 +41,15 @@ struct App: View {
41
NavigationLinkWithTitle("Loading") {
42
LoadingPreview()
43
}
44
- NavigationLinkWithTitle("Progress Bar") {
45
- ProgressBarPreview()
46
- }
47
NavigationLinkWithTitle("Modal (Bottom)") {
48
BottomModalPreview()
49
50
NavigationLinkWithTitle("Modal (Center)") {
51
CenterModalPreview()
52
+ NavigationLinkWithTitle("Progress Bar") {
+ ProgressBarPreview()
+ }
53
NavigationLinkWithTitle("Radio Group") {
54
RadioGroupPreview()
55
0 commit comments