SwiftUI Hand-made SearchBar sample
SearchBarExampleSwiftUI
This is SwiftUI Hand-made SearchBar sample.
in Xcode 13.3, There is not SearchBar View so I made this.
I know there is .searchable modifier but it only can use with NavigationView.
I want to use it freely.
Compare Original searchable with Hand-made SearchBar
Using
This is not exactly the same, but it is very similar☺︎