問題タブ [vstack]
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.
layout - SwiftUI: ScrollView 内の GeometryReader のビューの高さと間隔
上記のコードの結果は次のようになります。
を追加するGeometryReader
と、ビューのサイズと間隔が失われます (.position
修飾子は、GeometryReader 内でテキスト ビューを中央に配置するためだけです)。
なぜこれが動作なのか、ここでやろうとしているようにGeometryReader
、中心に配置されたビューを使用するために調べたいことについて、誰か助け/アドバイスを共有できますか?ScrollView
.frame(minHeight: 40)
修飾子を に追加するForEach
ことは、Text が必要とするスペースをビューに強制的に使用させる 1 つの方法ですが、これは非常に優れた、またはスケーラブルなソリューションではありません。
ありがとうございました!