SwiftUI组件的用途 内容 [垂直堆叠] VStack{ Text ( " Hello Github " ) Button () } [水平堆叠] HStack{ Text ( " Hello " ) Text ( " Github " ) } [文本] Text ( " Hello Github " ) . font (. subheadline ) . fontWeight (. bold ) . foregroundColor (Color. white