I see there is UINavigationController as masterView in UISplitView.And the detailView has a UIToolBar at most but isn't base on UINavigationController. So I would like to make the detailview base on UINavigaionController then I can pushViewController to show other controllers. Can somebod开发者_C百科y show me how to implement?
You can add a UINavigaionController in your detail view class. Then, create the view by UINavigaionController and add to your detial view class.
精彩评论