Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 426 Bytes

SwiftUISearchBar

SwiftUI search bar as system style

Usage

demo

@State var searchText: String = ""

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

Reference