我用 MonoTouch 5 做了一个项目。升级到 MonoTouch 6 后,我的 UIViewControllers 不再自动旋转。这些托管在 tabviewcontroller 中。我收到这个警告:
ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' overrides obsolete member `MonoTouch.UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'. Add the Obsolete attribute to ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' (CS0672)
但是在我调试时仍然会调用该方法。新的ShouldAutorotate
永远不会被调用。有任何想法吗?谢谢!