You can wrap it in a Form to give it a header: var body: some View { Form { Section(header: Text("Header Text")) { List(items, ...
確定! 回上一頁