summaryrefslogtreecommitdiff
path: root/metal_test/ContentView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'metal_test/ContentView.swift')
-rw-r--r--metal_test/ContentView.swift20
1 files changed, 1 insertions, 19 deletions
diff --git a/metal_test/ContentView.swift b/metal_test/ContentView.swift
index 481242f..1aa8e64 100644
--- a/metal_test/ContentView.swift
+++ b/metal_test/ContentView.swift
@@ -10,25 +10,7 @@ import Metal
struct ContentView: View {
var body: some View {
- VStack {
- MapView()
- .frame(height:300)
- CircleImage()
- .offset(y:-130)
- .padding(.bottom,-130)
- VStack {
- Text("Turtle Rock")
- .font(.title)
- HStack {
- Text("Joshua Tree National Park")
- .font(.subheadline)
- Spacer()
- Text("California")
- .font(.subheadline)
- }
- }
- }
- .padding()
+ MetalView()
}
}