UIView animation distorts segmented controls?!
I'm using the UIViewAnimationTransitionFlipFromRight transition between views in my app. When I transition to a view XIB with segmented controls, they become completely distorted for the duration of the animation (they "balloon" up is the best way I can describe it).
Is there any way to fix this??
For the time being, I've implemented a NSTimer to hide the controls for the duration of the transition so they appear after the animation is complete. I think this is a little distracting (tacky) too... is there any other resolution?
Last edited by LiquidChaz; 10-13-2009 at 09:17 PM.
|