0
と呼ばれるではなく、取得しない私はUIModalPresentationStyle.custom
を使用しています私のUIViewControllerTransitioningDelegate
なぜこのメソッドが呼び出されるんでカスタムUIModalPresentationStyle.custom:なぜpresentationController(forPresented animationController(forPresented
:。
func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController?
しかし、どれもこれらの関数と呼ばれます:
func animationController(forPresented presented: UIViewController, presenting: UIViewController, source: UIViewController) -> UIViewControllerAnimatedTransitioning?
func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning?
func interactionControllerForPresentation(using animator: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning?
func interactionControllerForDismissal(using animator: UIViewControllerAnimatedTransitioning) -> UIViewControllerInteractiveTransitioning?