問題タブ [swiftui]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - SwiftUI で ActionSheet を表示する正しい方法
ボタンタップなどのイベントでActionSheet(または他のモーダルですがアラート)を表示したいと思います。
状態変数を使用してそれを行う方法を見つけました。ActionSheet を手動で閉じるときに変数をリセットする必要があるため、そのように表示するのは少し奇妙に思えます。
それを行うより良い方法はありますか?
可視性を状態変数にバインドできる Alert を提示する別の方法があるのはなぜですか? 私のアプローチとの違いは何ですか?