Searchable List in SwiftUI
This post demos how you can use .searchable modifiers to create a search bar for your List in SwiftUI. Let’s create a list of Person object, show the name and age in a list view, and then make the list searchable, allowing the user to search for a Pe...
Feb 7, 20233 min read139
