为什么ScrollView的内容位于屏幕中心而不是滚动视图?

时间:2020-04-08 00:55:22

标签: ios swift swiftui

SwiftUI ScrollView的内容居中在屏幕中心而不是滚动视图的原因是什么?

仅可以使用.offset移动显示的视图,否则会导致问题吗?例如手势


ScrollView的可滚动区域与此代码中的图像大小相同,但未对齐。

var body: some View {
    ScrollView( Axis.Set([.horizontal,.vertical])){
        Image("Jupiter")
    }
}

Image of the canvas showing area of the Image view

Image of the preview with the ScrollView at the bottom left corner

0 个答案:

没有答案