Share via


UITabBarController.SetTabBarHidden(Boolean, Boolean) Method

Definition

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

Parameters

hidden
Boolean
animated
Boolean
Attributes

Applies to