UIViewController

作者: 风冰武 | 来源:发表于2019-01-14 18:44 被阅读0次
    //       177行
    @property(nullable,nonatomic,weak,readonly) UIViewController *parentViewController;
    
    //当前控制器present出的子控制器    183行
    @property(nullable, nonatomic,readonly) UIViewController *presentedViewController;
    
    //(present出的)当前控制器的父控制器    185行
    @property(nullable, nonatomic,readonly) UIViewController *presentingViewController;
    
    
    

    相关文章

      网友评论

        本文标题:UIViewController

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