Section{
VStack{
HStack(alignment: .top) {
Text("Low: \(Int(oneDayForecast.low_temp))°")
// Text(String((currentLocation.lastLocation?.coordinate.latitude ?? 00)))
.font(.system(size: 30, weight: .medium, design: .default))
.foregroundColor(.white)
.padding()
Spacer()
Text("Max: \(Int(oneDayForecast.high_temp))°")
.font(.system(size: 30, weight: .medium, design: .default))
.foregroundColor(.white)
.padding()
}.padding(.top, 0)
Spacer()
Image(systemName: "cloud.sun.fill")
.renderingMode(.original)
.resizable()
.aspectRatio (contentMode: .fill)
.frame(width: 120, height: 110, alignment: .top)
Spacer()
HStack(alignment: .bottom) {
Text("Rain: \(oneDayForecast.pop)%")
.font(.system(size: 30, weight: .medium, design: .default))
.foregroundColor(.white)
.padding()
Spacer()
Text(oneDayForecast.datetime)
.font(.system(size: 20, weight: .medium, design: .default))
.foregroundColor(.white)
.padding()
}.padding(.bottom, 40)
}.listRowBackground(Color.cyan)
.padding(.top, 40)
.listRowBackground(Color.clear)
}
// .overlay(
// RoundedRectangle(cornerRadius: 18)
// .stroke(.blue, lineWidth: 1))
}.onAppear {
FetchData(city: "Raleigh", apiKey: "f8de3575158a471ebe59ab2e62ba8d2d").getJSON { json in
self.jsonData = json.data
}
}
Поубирай все педдинги ненужные И оставь только спейсеры Типа : VStack(spacing: .zero) { Spacer() HStack {} Spacer() Icon Spacer HStack {} }
Сек Я там в код срал так, как никогда раньше
Ладно Мамаше твоей передам
Смешно тебе да? Клоун
Обсуждают сегодня