Share via


UISearchBar.SetShowsScopeBar(Boolean, Boolean) Method

Definition

[Foundation.Export("setShowsScopeBar:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetShowsScopeBar(bool show, bool animate);
[<Foundation.Export("setShowsScopeBar:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetShowsScopeBar : bool * bool -> unit
override this.SetShowsScopeBar : bool * bool -> unit

Parameters

show
Boolean
animate
Boolean
Attributes

Applies to