[UIView animateWithDuration:0.2
animations:^{
view.alpha =0.0f;
}completion:^(BOOLfinished){
[view removeFromSuperview];
}];
[UIView animateWithDuration:0.2
animations:^{
view.alpha =0.0f;
}completion:^(BOOLfinished){
[view removeFromSuperview];
}];
本文标题:(IOS)动画执行removeFromSuperview
本文链接:https://www.haomeiwen.com/subject/ukslbftx.html
网友评论