次の方法で共有


UIPageViewController.SetViewControllers メソッド

定義

表示する UIViewControllers を設定します。

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

パラメーター

viewControllers
UIViewController[]
animated
Boolean
completionHandler
UICompletionHandler

アニメーションの完了時に呼び出すメソッド。

このパラメーターは、null に設定できます。

属性

適用対象