Example of hiding toolbar icons in a navigation bar when scrolling. The icons hide when scrolling down and reappear when scrolling up. Uses SwiftUI and the new onScrollPhaseChange modifier in iOS 18. For a cleaner look, the icons are hidden by changing the opacity.
-
Notifications
You must be signed in to change notification settings - Fork 0
harrisonrw/swiftui-hide-toolbar-icons-onscroll
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example of hiding toolbar icons in a navigation bar when scrolling.