SwiftUI list — the basics with examples

In this tutorial, you will learn how to use List in SwiftUI. I have included the most basic usages of List that includes list with strings, objects, sections, styles, delete, selection and of course pull to refresh. A List in SwiftUI is a container view that presents rows of data arranged in a single column. […]

SwiftUI list — the basics with examples Read More »

Scroll to Top