The problem I have with the SplitView is the navigation bar... it's missing. I use a tablet presenter, like in the MVVMCross examples. When trying to add a navigation bar item, like shown in the CustomerManagement example for instance, it doesn't show.
I think it has something to do with the UINavigation controller missing, but I can't figure out how to implement it using a tablet presenter.
My views are constructed using Dialog, and my presenter is using the MvxBaseTouchViewPresenter.
Can anyone tell me how to make use of the navigation bar while using splitview and dialog?
Thanks in advance!