다음을 통해 공유


UISearchController.GetAnimationControllerForPresentedController 메서드

정의

뷰 컨트롤러가 뷰 컨트롤러에 대해 수행 source 된 요청에 대한 응답으로 뷰 컨트롤러를 표시 presented 할 때 presenting 사용할 전환 애니메이터를 반환합니다.

[Foundation.Export("animationControllerForPresentedController:presentingController:sourceController:")]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForPresentedController (UIKit.UIViewController presented, UIKit.UIViewController presenting, UIKit.UIViewController source);
abstract member GetAnimationControllerForPresentedController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForPresentedController : UIKit.UIViewController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning

매개 변수

presented
UIViewController
presenting
UIViewController

반환

특성

적용 대상