2025-05-27 SwiftUI未使用API100本ノック: 59. onScrollPhaseChange(_:) SwiftUI未使用API100本ノック SwiftUI 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 メモ スクロール中は表示させたくない表示要素をこれを使って消すことが出来そう...と思ったけど、それは以下を使えばより簡単に実装に出来そう。 developer.apple.com