add apple tv app
This commit is contained in:
25
iphone/Werkout_watch Watch App/ContentView.swift
Normal file
25
iphone/Werkout_watch Watch App/ContentView.swift
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// ContentView.swift
|
||||
// Werkout_watch Watch App
|
||||
//
|
||||
// Created by Trey Tartt on 6/22/23.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ContentView: View {
|
||||
|
||||
var body: some View {
|
||||
TabView {
|
||||
MainWatchView()
|
||||
WatchControlView()
|
||||
}
|
||||
.tabViewStyle(PageTabViewStyle())
|
||||
}
|
||||
}
|
||||
|
||||
struct ContentView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user