An open API service indexing awesome lists of open source software.

https://github.com/honqii/swiftuisearchbar

SwiftUI search bar
https://github.com/honqii/swiftuisearchbar

ios-swift navigation navigationbar searchbar searchbarcontroller swift swiftui swiftui-components

Last synced: 4 months ago
JSON representation

SwiftUI search bar

Awesome Lists containing this project

README

          

# SwiftUISearchBar

SwiftUI search bar as system style

## Usage

![demo](./Resources/demo.gif)

```swift
@State var searchText: String = ""

.embedInNavigationBar($searchText,
placeholder: "Search bar placeholder string",
showOnAppear: true,
hideWhenScrolling: false)
```

## Reference

* [Refer to this article and thank the author **Geri Borbás**](http://blog.eppz.eu/swiftui-search-bar-in-the-navigation-bar/)