次の方法で共有


UITabBarController.SetViewControllers(UIViewController[], Boolean) メソッド

定義

この UITabBarController のインターフェイスによって表示される UIViewController を割り当てます。

[Foundation.Export("setViewControllers:animated:")]
public virtual void SetViewControllers (UIKit.UIViewController[] viewControllers, bool animated);
abstract member SetViewControllers : UIKit.UIViewController[] * bool -> unit
override this.SetViewControllers : UIKit.UIViewController[] * bool -> unit

パラメーター

viewControllers
UIViewController[]
animated
Boolean
属性

適用対象