diff LazyBearWatchOS Extension/ContentView.swift @ 457:c6913f0ce46e

Minor UI Updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 28 Jun 2021 14:03:50 +0200
parents b560babcd5ed
children
line wrap: on
line diff
--- a/LazyBearWatchOS Extension/ContentView.swift	Mon Jun 28 12:51:06 2021 +0200
+++ b/LazyBearWatchOS Extension/ContentView.swift	Mon Jun 28 14:03:50 2021 +0200
@@ -9,10 +9,12 @@
 
 struct ContentView: View {
     var body: some View {
-        VStack {
-            WatchOSProfileView()
+        NavigationView {
+            VStack {
+                WatchOSProfileView()
+            }
+            .navigationTitle("Lazybear")
         }
-        .navigationTitle("Lazybear")
     }
 }