Share via


UISearchBarStyle Enum

Definition

An enumeration whose values specify the prominence of the UISearchBar.

[ObjCRuntime.Native]
public enum UISearchBarStyle
[<ObjCRuntime.Native>]
type UISearchBarStyle = 
Inheritance
UISearchBarStyle
Attributes

Fields

Name Value Description
Default 0

The default search bar style.

Prominent 1

A translucent background and the search field is opaque.

Minimal 2

No background and the search field is translucent.

Applies to

See also