Reading time: 4 min
This recipe shows how to implement infinite scrolling list in SwiftUI. The result code is a single view, that can be used just like any other List
. It renders data from a collection via a ViewBuilder
and triggers loading when the list is scrolled to the bottom.
Search our recipes
Check out the companion apps!
Our free companion app and XCode Extension brings 100+ SwiftUI recipes right at your fingertips! Get a preview of it in the Online Companion.
Have a recipe for us?
Get in touch and let's grow the cookbook together!