To tell SwiftUI that you want to display a modal, you call sheet(isPresented:onDismiss:content:) . Here, you pass the isPresented state variable telling SwiftUI ...
確定! 回上一頁