当前位置:网站首页>User defined pop-up use

User defined pop-up use

2022-06-22 07:41:00 Siege lion corn

CommonPopView *popView = [[CommonPopView alloc] init];
contentView.ctionBlock = ^{
        [popView removeFromSuperview];
        //======
    };
    
    popView.contentView = contentView;
    popView.alpha = 0.3;
    popView.direction = PopViewFromDirection_left;
    
    [popView showInView:keyWindow withFinishedShowedHandle:^{
        //===
    }];

 

原网站

版权声明
本文为[Siege lion corn]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202220534434730.html