UITabBarControllerDelegate.OnCustomizingViewControllers Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que la feuille de personnalisation de la barre d’onglets est sur le point d’être affichée.
[Foundation.Export("tabBarController:willBeginCustomizingViewControllers:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void OnCustomizingViewControllers (UIKit.UITabBarController tabBarController, UIKit.UIViewController[] viewControllers);
abstract member OnCustomizingViewControllers : UIKit.UITabBarController * UIKit.UIViewController[] -> unit
override this.OnCustomizingViewControllers : UIKit.UITabBarController * UIKit.UIViewController[] -> unit
Paramètres
- tabBarController
- UITabBarController
- viewControllers
- UIViewController[]
- Attributs