小弟在逐渐完善软件的功能,现在在给界面做旋转。由于界面有用UINavigationController弹出UITableViewController,
在当前界面我用的
-(void)willAnimateSecondHalfOfRotationFromInterfaceOrientation:
(UIInterfaceOrientation)fromInterfaceOrientation
duration:(NSTimeInterval)duration
这个方法当前的界面进行界面坐标修改的,
但是如果用这个方法的话,我点击当前界面弹出UINavigationController会导致界面不能进行任何方向的旋转,
如果不用这个方法,UINavigationController会随着界面的旋转而旋转,请问下大家有什么方法能解决这个问题吗?
http://www.cocoachina.com/bbs/read.php?tid=62895