Hard ScrollEdgeEffect

A scroll edge effect with a hard cutoff and dividing line

Hard ScrollEdgeEffect - iOS Light Mode Preview

Platform Compatibility

iOS 26.0+ iPadOS 26.0+ macOS 26.0+ watchOS 26.0+ tvOS 26.0+

Tags

SwiftUI Code

Docs
NavigationStack {
  List {
    ForEach(0 ..< 100, id: \.self) {
      Text("Item \($0)")
    }
  }
  .toolbar {
    Button("foo", action: action)
  }
  .scrollEdgeEffectStyle(.hard, for: .all)
}

Found an issue or have a suggestion?

Created: June 10, 2025Updated: June 10, 2025