UI27_多长时间移除

来源:互联网 发布:asp编程要点 编辑:程序博客网 时间:2024/03/29 22:19

dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
//要移除的视图
[self.playGifImageVIew removeFromSuperview];
});

0 0
原创粉丝点击