問題タブ [xcode12]
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.
swiftui - ボタンが互いに接近している場合、SwiftUI NavigationLink が正しく動作しない
プログラム可能な NavigationLink を実装して、単純なボタンでトリガーされる別のビューに移動しようとしています。ただし、そのボタンが別のボタンの隣にある場合、NavigationLink をトリガーする代わりに、隣のボタンのアクションをトリガーします。
私は何が欠けていますか?NavigationLink を VStack の後に移動すると、両方のボタンが最初のボタンと NavigationLink の両方のアクションをトリガーします。