标签:io 使用 sp on 代码 bs ef ui nbsp
1、block的功能是实现代码的回调,简单高效
[UIView animateWithDuration:1.0 animations:^{
//需要执行的代码
self.cover.alpha = 0.0;
self.imageBtn.frame = CGRectMake(85, 80, 150, 150);
} completion:^(BOOL finished) {
//动画执行完毕执行的代码
[self.cover removeFromSuperview];
self.cover = nil;
}];
标签:io 使用 sp on 代码 bs ef ui nbsp
原文地址:http://www.cnblogs.com/loserof/p/4082584.html