-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### InstantSearch SwiftUI A collection of basic search SwiftUI views - `SearchBar` - a specialised view for receiving search query text from the user. - `HitsList` - a view presenting the list of search hits - `FacetList` – a view presenting the list of facets - `HierarchicalList` - a view presenting the list of hierarchical facets - `FacetRow` - a view presenting the facet value and its selection state - `Text+Highlighting` - `Text` extensions allowing to build an attributed `Text` view with `HighlightedString` and `TaggedString` components provided by InstantSearch ### InstantSearch Core The Core provides the implementations of `Controller` protocols adapted for SwiftUI which can be easily connected to the existing Interactors. - `QueryInputObservableController` - `HitsObservableController` - `FacetListObservableController` - `HierarchicalObservableController` - `StatsObservableController` - `FilterClearObservableController` - `SwitchIndexObservableController`
- Loading branch information
1 parent
a362a11
commit 2b027f2
Showing
43 changed files
with
1,079 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.