Let\'s say I have a SwiftUI view hierarchy that looks like this:
ZStack() { ScrollView { ... } Text(\"Hello.\") }
The