MVVM in SwiftUI
A tutorial on making a Post view with Model-View-ViewModel Design Pattern
May 3, 20234 min read385

Search for a command to run...
Articles tagged with #mvvm
A tutorial on making a Post view with Model-View-ViewModel Design Pattern

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...
