컨테이너뷰의 크기와 위치에 접근할 수 있도록 하는 뷰
GeometryReader { reader in ScrollView(showsIndicators: false) { VStack { Color.red Color.yellow } .frame(height: reader.size.height) } }