UIView to Form Sheet flip animation rotation issue
- by GSD
I have this view to form sheet flip animation that works great in portrait mode but not in any other orientations. In my code, I use it with a UIView embedded in another UIView, which is in the root view. The animation will be rotated. Anyone has an idea why?
- (void)presentModalViewControllerWithFlipAnimation:(UIViewController…