AI-generated Key Takeaways
-
Three global enumerations are available:
DetentOptions,SearchSuggestionsViewOptionsLayout, andSearchSuggestionsViewOptionsTheme. -
DetentOptionscontrols the size of the search suggestions view, offering medium (half screen) and large (full screen) options. -
SearchSuggestionsViewOptionsLayoutmanages the layout of the search suggestions view. -
SearchSuggestionsViewOptionsThemedictates the theme or visual style of the search suggestions view.
Enumerations
The following enumerations are available globally.
-
The detent options for the search suggestions view. Medium = half screen, Large = full screen
Declaration
Swift
enum DetentOptions : Int, @unchecked SendableObjective-C
enum DetentOptions : NSInteger {} -
The layout options for the search suggestions view.
Declaration
Swift
enum Layout : Int, @unchecked SendableObjective-C
enum SearchSuggestionsViewOptionsLayout : NSInteger {} -
The theme options for the search suggestions view.
Declaration
Swift
enum Theme : Int, @unchecked SendableObjective-C
enum SearchSuggestionsViewOptionsTheme : NSInteger {}