Share via


UITabBarController.SetBottomAccessory(UITabAccessory, Boolean) Method

Definition

[Foundation.Export("setBottomAccessory:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetBottomAccessory(UIKit.UITabAccessory? bottomAccessory, bool animated);
[<Foundation.Export("setBottomAccessory:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetBottomAccessory : UIKit.UITabAccessory * bool -> unit
override this.SetBottomAccessory : UIKit.UITabAccessory * bool -> unit

Parameters

bottomAccessory
UITabAccessory
animated
Boolean
Attributes

Applies to