美文网首页
presentationController

presentationController

作者: amisarex | 来源:发表于2017-05-20 14:51 被阅读109次

    optional public func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController?

    • 参数解释

      • presented:即将展示的视图控制器
      • presenting:展示presented视图控制器的视图控制器
      • source:调用方法present(_:animated:completion:)的视图控制器
    • 注:

      • presenting和source不一定是同一个视图控制器

    相关文章

      网友评论

          本文标题:presentationController

          本文链接:https://www.haomeiwen.com/subject/dhlpxxtx.html