开发者

UISplitView with UINavigaionController detailView

开发者 https://www.devze.com 2023-01-27 18:39 出处:网络
I see there is UINavigationController as masterView in UISplitView.And the detailView has a UIToolBar at most but isn\'t base on UINavigationController.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消