Toggle. A control that toggles between on and off states. @State var isShowing = true // toggle state. Toggle(isOn: $isShowing) {
確定! 回上一頁