Searchable SwiftUI View
Prove of concept on how to natively implement SearchView using SwiftUI API's
Example Countery search app |
---|
Usage
Add SearchView
in SwiftUI body
like:
var body: some View {
NavigationView {
SearchView(searchText: $searchText) {
// Your views ..
}
}
}
Installation
Drag and drop
Just take Searchable View
folder into your project
Author
This POC was requested from let groupe = Swift() Telegram channel. code written by cs4alhaider.
License
This project is under the MIT license. See the LICENSE file for more info.