StickerSearchBar

@objcMembers
@objc(PESDKStickerSearchBar)
open class StickerSearchBar : UISearchBar

A StickerSearchBar is displayed above the sticker collection view when using StickerProvider.

  • The text color of the search field. This property supports being set via a UIAppearance proxy.

    Declaration

    Swift

    @objc
    open dynamic var fieldTextColor: UIColor { get set }
  • The background color of the search field. This property supports being set via a UIAppearance proxy.

    Declaration

    Swift

    @objc
    open dynamic var fieldBackgroundColor: UIColor { get set }
  • The text color of the placeholder, tint color of the activity indicator, search and clear icons. This property supports being set via a UIAppearance proxy.

    Declaration

    Swift

    @objc
    open dynamic var fieldPlaceholderColor: UIColor { get set }