In my viewDidAppear of my viewController,....
i am giving....
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:[self view] cache:YES];
within begin/commit block of animation...
Its not working.... But it is wrking for "UIViewAnimationTransitionFlip" kind...
i am giving....
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:[self view] cache:YES];
within begin/commit block of animation...
Its not working.... But it is wrking for "UIViewAnimationTransitionFlip" kind...