79797691

Date: 2025-10-23 10:50:47
Score: 2
Natty:
Report link

From iOS 17 use .containerRelativeFrame(.vertical)

ScrollView {
    VStack {
        Spacer()
        
        Text("Hello, world!")
        
        Spacer()
        
        Text("Some Text")
    }
    .containerRelativeFrame(.vertical)
}

More: https://www.hackingwithswift.com/quick-start/swiftui/how-to-adjust-the-size-of-a-view-relative-to-its-container

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mykyta Khlamov