在button点击事件中设置view的frame- (void)buttonAction:(UIButton *)sender{// 将view.frame 设置在屏幕下方 [UIView animateWithDuration:0.5 animations:^{ //将view.frame 设置在屏幕上方 }];}OK, 简单动画完成 animate 方法是系统封装好的动画方法, 还有其他方法自行发现吧