portrait table has landscape animation!?
My app stays in portrait mode throughout; every viewcontroller returns true
for interfaceOrientation == UIInterfaceOrientationPortriat
I have a modal view where the controller initsWithNib and on viewdidload rotates things with CGAffineTransoform, such that the modal view is in landscape (while still being actually in portrait).
frequently (but not always?) after dismissing the modal the table views underneath will animate strangely, as if the device thinks its in landscape. pushing or popping a view will cause the cells to animate vertically, not horizontally.
any thoughts?
|