iOS view transition view

[UIView transitionWithView:self.view duration:0.5
                       options:UIViewAnimationOptionTransitionCurlDown //change to whatever animation you like
                    animations:^ { [self.view addSubview:BackgroundView]; }
                    completion:nil];

0 意見: