Share via


UITabBarController.CustomizableViewControllers Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController[]? CustomizableViewControllers { [Foundation.Export("customizableViewControllers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setCustomizableViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("customizableViewControllers", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setCustomizableViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.CustomizableViewControllers : UIKit.UIViewController[] with get, set

Property Value

Attributes

Applies to