SearchBar in Swift UI

Is there a way to add a Search Bar and Search functionality in Swift UI, without resorting to the UIKit views and controllers?

Using bindings you should be able to do so fairly easily, depending on the details of your requirements.

Thanks for the tip! I think I can make it work with that, I was wondering if there was an already implemented Search Bar view so it can be consistent with other search bars from other apps.

I hope that as time moves forward some 'canned' standard views are produced. In some of my experimentation with SwiftUI I've often had to resort to manually launching non-swiftui views (file pickers, etc).

SearchBar in Swift UI
 
 
Q