問題タブ [geometryreader]
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 - HStack によってレイアウトが正しくレンダリングされないのはなぜですか?
HStack とグリッドをネストする VStack を使用してビューを作成しようとしています ( https://github.com/spacenation/swiftui-grid )。期待される結果は、HStack とすべてのグリッド アイテムがレンダリングされることです。実際の結果は、グリッドの 1 つの項目のみがレンダリングされることです。しかし、HStack を VStack に変更すると、ビューは期待どおりにレンダリングされます。Pls は、グリッドが ZStack をネストする Geometry Reader をレンダリングすることに注意してください。これが私のコードと画像です。画像の青枠がグリッドです。高さが縮みました。