Type alias SearchViewIOSProps
Search
ViewIOSProps
: IView["ios"] & { backgroundImage
: IImage; showLoading
?: any; hideLoading
?: any; searchViewStyle
?: SearchViewStyle; showsCancelButton
?: boolean; cursorColor
?: IColor; cancelButtonColor
?: IColor; cancelButtonText
?: string; onCancelButtonClicked
?: (() => void); loadingColor
?: IColor; keyboardAppearance
?: KeyboardAppearance }