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
- Host: GitHub
- URL: https://github.com/honqii/swiftuisearchbar
- Owner: HonQii
- License: mit
- Created: 2021-05-30T00:46:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T01:29:23.000Z (over 4 years ago)
- Last Synced: 2025-05-05T06:11:41.968Z (5 months ago)
- Topics: ios-swift, navigation, navigationbar, searchbar, searchbarcontroller, swift, swiftui, swiftui-components
- Language: Swift
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUISearchBar
SwiftUI search bar as system style
## Usage

```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/)