Here is what it's supposed to look like:
Here is what it currently looks like (ignore the differentiating colors):
Here is my code:
ZStack{
ScrollView(.horizontal){
HStack{
VStack{
FlightDetails()
WeatherDetails()
}
}
Spacer()
}
.frame(width: 1350, height: 1000)
.background(Color.black.edgesIgnoringSafeArea([.all]))
.offset(y: 80)
.offset(x: 150)
ProgressBar()
.offset(x: 100)
.padding(0)
SideMenu()
.padding(0)
.offset(x: 55)
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: