Xavierxavier7t.com·Feb 7, 2023Searchable List in SwiftUIThis 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...114 readsSwift