美文网首页
背景阴影动画,转场动画

背景阴影动画,转场动画

作者: CoderChou | 来源:发表于2016-11-30 17:59 被阅读17次
[UIView transitionWithView:self.popOutView duration:0.2 options:UIViewAnimationOptionTransitionCrossDissolve animations:^{
            self.popOutView.hidden = NO ;
            self.popOutView.backgroundColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.7];
        } completion:^(BOOL finished) {
            [self addlistView];
        }];

相关文章

网友评论

      本文标题:背景阴影动画,转场动画

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