[UIView animateWithDuration:0.4 animations:^{

  animationView.frame = CGRectMake(100,200, animationView.frame.size.width, animationView.frame.size.height);

}];

posted on 2014-07-08 14:23  瓜甜甜  阅读(119)  评论(0编辑  收藏  举报