SearchInAppsSDK Framework Reference

  • SearchSuggestionsView is a SwiftUI View designed to display search suggestions within your iOS app, available since iOS 14.

  • This view requires a SearchSuggestions object to provide the suggestions and can be further customized using SearchSuggestionsViewOptions.

  • The body property represents the content and appearance of the search suggestions view.

SearchSuggestionsView

@available(iOS, introduced: 14)
@MainActor
struct SearchSuggestionsView

A SwiftUI View to display search suggestions.