【发布时间】:2011-02-28 09:55:06
【问题描述】:
我使用以下代码为页面设置动画。
[UIView a animateWithDuration:0.3
animations:^{
text.alpha=0;
} completion:^(BOOL finished) {
//some code
}];
现在我想使用一些动画样式(卷曲波纹等)更改视图。我该怎么做?
【问题讨论】: