Hi, is it possible to navigate to a new screen (UIViewController), by just instantiating an instance of it, and then displaying it, like on the Android side ??
All the samples I've seen so far involve the UINavigationController or the UITabBarController, which I don't want to use.
Thanks