Share via


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일 수 있습니다.

특성

적용 대상