How is it possible to map the initWithRootViewController objective-c method in Monotouch?
From Miguel de Icaza Rosetta site, I've found the following translation but I don't know how to apply it:
Selector: initWithRootViewController:
Method: IntPtr Constructor (UIViewController rootViewController);
Then, I also have another problem to solve. I would change the UINavigationController RootViewController during runtime. Is it possible? Surfing the Web, I've found this Changing a UINavigationController’s Root View Controller. Is there a more simple solution?
Thank you in advance.
Edit: my goal is to map the initWithRootViewController method (provided in the link) in Monotouch.