UIView*view=sender.view;
 [UIView animateWithDuration:0.1f animations:^{
 view.transform=CGAffineTransformMakeScale(0.8, 0.8);
 } completion:^(BOOL finished) {
 [UIView animateWithDuration:0.1f animations:^{
 view.transform=CGAffineTransformMakeScale(1, 1);
 } completion:^(BOOL finished) {

 

posted on 2015-08-25 16:38  火星的蝈蝈  阅读(135)  评论(0编辑  收藏  举报