方式一: [UIView animateWithDuration:1 animations:^{ //动画的内容 CGRect frame = CGRectMake([UIParam widthScreen]-25, 54, 0, 0); [self setFrame:frame]; CGRect frame1 = CGRectMake(0, 0, 0, 0); [self setAnimationFrame:self frame:frame1]; }completion:^(BOOL fini…