import SwiftUI struct Person { var name: String = "" var age:Int = 20 } ... Alert や Sheet の表示制御には、isPresented: と item: が使える ...
確定! 回上一頁