SwiftUI未使用API100本ノック: 59. onScrollPhaseChange(_:)

API developer.apple.com iOS 18+。 Adds an action to perform when the scroll phase of the first scroll view in the hierarchy changes. scroll phaseが変更された時に実行するアクションを指定できる。 動画 www.youtube.com コード gist.github.com メモ スクロール中は表示させたくない表示要素をこれを使って消す…