I have an MvxViewController which displays a UITableView. When the user selects an item 'ShowViewModel' is called and a new view is displayed.
My aim is to override this so that the new view is rendered within a ViewContainer on the same screen. I'm not sure how to go about this though.
I would use a SplitViewController, however I want a single TabBar/NavigationBar that stretches the whole screen. SplitViewControllers have to be set as a RootNavigationController - meaning the NavigationBars would only appear in one view.
Create a UIView for your new View and add it as a subview to the parent ViewContainer