如何在 Monotouch 中映射 initWithRootViewController Objective-c 方法?
从 Miguel de Icaza Rosetta 网站,我找到了以下翻译,但我不知道如何应用它:
Selector: initWithRootViewController:
Method: IntPtr Constructor (UIViewController rootViewController);
然后,我还有另一个问题要解决。我会在运行时更改 UINavigationController RootViewController。可能吗?在网上冲浪时,我发现了这个正在更改 UINavigationController 的根视图控制器。有没有更简单的解决方案?
先感谢您。
编辑:我的目标是在 Monotouch 中映射 initWithRootViewController 方法(在链接中提供)。