File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ struct ContentView: View {
54
54
. cornerRadius ( 40 )
55
55
. font ( . title3)
56
56
}
57
-
57
+
58
58
NavigationLink ( destination: H4X0RNews ( ) ) {
59
59
Text ( " H4X0R NEWS " )
60
60
. frame ( minWidth: 0 , maxWidth: 250 )
@@ -64,7 +64,7 @@ struct ContentView: View {
64
64
. cornerRadius ( 40 )
65
65
. font ( . title3)
66
66
}
67
-
67
+
68
68
Spacer ( )
69
69
}
70
70
@@ -122,7 +122,7 @@ struct ContentView: View {
122
122
. cornerRadius ( 40 )
123
123
. font ( . title3)
124
124
}
125
-
125
+
126
126
NavigationLink ( destination: LazyLoadSwiftUI ( ) ) {
127
127
Text ( " Lazy Load (SwiftUI) " )
128
128
. frame ( minWidth: 0 , maxWidth: 250 )
@@ -132,7 +132,7 @@ struct ContentView: View {
132
132
. cornerRadius ( 40 )
133
133
. font ( . title3)
134
134
}
135
-
135
+
136
136
Spacer ( )
137
137
}
138
138
}
Original file line number Diff line number Diff line change @@ -32,12 +32,3 @@ struct LazyLoadSwiftUI_Previews: PreviewProvider {
32
32
LazyLoadSwiftUI ( )
33
33
}
34
34
}
35
-
36
- //
37
- //VStack(alignment: .leading) {
38
- // ForEach((1...10).reversed(), id: \.self) {
39
- // Text("\($0)…")
40
- // }
41
- //
42
- // Text("Ready or not, here I come!")
43
- //}
You can’t perform that action at this time.
0 commit comments