私はいくつかのテストを行います。このようなボタンを作成するだけの場合:
Button(action: {
self.showActionSheet = true
}) {
Text("Click")
}.actionSheet(isPresented: $showActionSheet) {
ActionSheet(title: Text("This is a test"))
}
できます!
でも入れるとNavigationView
バグが出る!をクリックすると、ActionSheet
が再びポップアップしますCancel
。