comparison 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
comparison
equal deleted inserted replaced
456:d576b2b59014 457:c6913f0ce46e
7 7
8 import SwiftUI 8 import SwiftUI
9 9
10 struct ContentView: View { 10 struct ContentView: View {
11 var body: some View { 11 var body: some View {
12 VStack { 12 NavigationView {
13 WatchOSProfileView() 13 VStack {
14 WatchOSProfileView()
15 }
16 .navigationTitle("Lazybear")
14 } 17 }
15 .navigationTitle("Lazybear")
16 } 18 }
17 } 19 }
18 20
19 struct ContentView_Previews: PreviewProvider { 21 struct ContentView_Previews: PreviewProvider {
20 static var previews: some View { 22 static var previews: some View {