这是我当前的代码,但它似乎只是在翻转视图 - 我希望它翻转,即翻转看不到它。我在 viewdidload 方法中这样做:
[UIView animateWithDuration:1.5 delay:0.0 options:UIViewAnimationOptionOverrideInheritedDuration animations:^{
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:self.alertView cache:YES];
}completion:^(BOOL finished)
{
}];