Надеюсь, этот код поможет вам ....
один раз проверить его .....х, у, 0,0) .... как показано ниже
-(void)close_but{
CGRect viewTopFrame = CGRectMake(150,240,0,0);
[UIView animateWithDuration:0.5
delay:0
options: UIViewAnimationCurveEaseOut
animations:^{
"customView".frame = viewTopFrame;
}
completion:^(BOOL finished){
NSLog(@"Done!");
}];
customView.frame=viewTopFrame;