动画的方法

[UIView animateWithDuration:0.3 animations:^{

            

            //[self.view bringSubviewToFront:self.searchView];

            

        } completion:^(BOOL finished) {

            self.salesOptionView.hidden = NO;

            

        }];

你可能感兴趣的:(动画的方法)