UITabBarControllerDelegate.OnCustomizingViewControllers Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Указывает, что страница настройки панели вкладок будет отображаться.
[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
Параметры
- tabBarController
- UITabBarController
- viewControllers
- UIViewController[]
- Атрибуты