Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于这个问题,我在 XCode 上发现了同样的问题
无法在 iOS 6 中处理方向?
我还没有找到 Mono 映射方法
this.windows.setRootViewController(viewControllerObj);
Mono如何修复它?
您在 AppDelegate 的 FinishedLaunching 方法中设置它:
public override bool FinishedLaunching (UIApplication app, NSDictionary options) { [...] window.RootViewController = viewControllerObj; [...] }