UITabBarController.CustomizableViewControllers Property

Definition

The UIViewControllers managed by this UITabBarController that can be customized.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController[] CustomizableViewControllers { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("customizableViewControllers", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setCustomizableViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.CustomizableViewControllers : UIKit.UIViewController[] with get, set

Property Value

Attributes

Applies to