页面动画

ATFrom:

UIViewAnimationTransitionCurlUp 

UIViewAnimationTransitionCurlDown

UIViewAnimationTransitionFlipFromLeft 

UIViewAnimationTransitionFlipFromRight


-(id) AnimationTransition:(UIViewAnimationTransition)ATFrom

{

    [UIView beginAnimations:nil context:NULL];

[UIView setAnimationDuration:0.75];

[UIView setAnimationTransition:(ATFrom)

  forView:scrollView cache:YES];

    [UIView commitAnimations];

    return  nil;

}

posted @ 2012-12-06 15:30  废弃账号  阅读(69)  评论(0编辑  收藏  举报