You can use 3 kinds of stacks with SwiftUI: VStack, a vertical stack, which shows views in a top-to-bottom list; HStack, a horizontal stack, ...
確定! 回上一頁