SearchingThemeProtocol
public protocol SearchingThemeProtocol : ThemeProtocol
SearchingThemeProtocol defines the interface of the theme used for styling search components.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
var searchingImages: SearchingImagesThemeProtocol { get }
-
Declaration
Swift
var searchBarAttributes: SearchBarAttributes { get set }
-
Declaration
Swift
var searchResultsCellStyle: SearchResultsCellStyling? { get set }