AT certain point in my class ABC, I want to display a UIViewController. ABC itself is not a subclass of UIViewController, hence I cant do
[self.navigationController pushViewController:myViewController animated:NO]
Is there a way to get a reference to the currently visible UIViewController (top of navigation stack)