美文网首页
(IOS)动画执行removeFromSuperview

(IOS)动画执行removeFromSuperview

作者: rightmost | 来源:发表于2018-08-10 17:37 被阅读0次

 [UIView animateWithDuration:0.2

                     animations:^{

                         view.alpha =0.0f;

                     }completion:^(BOOLfinished){

                         [view removeFromSuperview];

                     }];

相关文章

网友评论

      本文标题:(IOS)动画执行removeFromSuperview

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