Open14日前にコメント追加4ScrollView の使い方SwiftUIykws14日前https://developer.apple.com/documentation/swiftui/scrollview ykws14日前UIKit でできていたことが SwiftUI だと実現できないと思っていたが、大体できそう https://developer.apple.com/documentation/uikit/uiscrollview ykws14日前選択中の View を取得するのに ScrollView の中では Lazy 系を利用する https://developer.apple.com/documentation/swiftui/view/scrollposition(id:anchor:) iOS 17.5 限定かもしれないが、 Lazy 系ではない Stack だと scrollPosition が発火しない ykws14日前UIScrollView のように無制限にスクロールさせるには .never を指定する https://developer.apple.com/documentation/swiftui/viewalignedscrolltargetbehavior/limitbehavior/never
ykws14日前UIKit でできていたことが SwiftUI だと実現できないと思っていたが、大体できそう https://developer.apple.com/documentation/uikit/uiscrollview
ykws14日前選択中の View を取得するのに ScrollView の中では Lazy 系を利用する https://developer.apple.com/documentation/swiftui/view/scrollposition(id:anchor:) iOS 17.5 限定かもしれないが、 Lazy 系ではない Stack だと scrollPosition が発火しない
ykws14日前UIScrollView のように無制限にスクロールさせるには .never を指定する https://developer.apple.com/documentation/swiftui/viewalignedscrolltargetbehavior/limitbehavior/never