Refreshable List

Marks this view as refreshable.

Refreshable List - iOS Light Mode Preview

Platform Compatibility

iOS 15.0+ iPadOS 15.0+ macOS 12.0+ watchOS 8.0+ tvOS 15.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
List {
  Section("Header") {
    Text("Foo")
    Text("Bar")
  }
}
.refreshable(action: action)

Found an issue or have a suggestion?

Created: August 10, 2025Updated: August 10, 2025