阅读背景:

ios 动画中如何正确响应button的各种事件

来源:互联网 

[UIView animateWithDuration:15.5f delay:0.0f options:UIViewAnimationOptionAllowUserInteraction animations:^{
        self.btnTest.frame = CGRectMake(self.btnTest.frame.origin.x,
                                        self.view.frame.size.height-37,
                                        75,
                                        37);
    } completion:^(BOOL finished) {
        self.btnTest.frame = CGRectMake(225, 36, 75, 37);
    }];[UIView animateWithDuration:15.5f delay:0.0f



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: