简体   繁体   中英

Split-view application, how do dismiss some controllers?

I have to change the elements marked in the pictures. How would I do that!

It is navigationBar and navigation element probably.

在此输入图像描述

在此输入图像描述

Your root view controller for the master view controller is a UINavigationController , this is what gives the grey navigation bar.

Use the navigationBar property of the navigation controller to modify the visual appearance.

Use navigationBarHidden on the navigation controller to hide it all together. Or simply skip the navigation controller wrapper and set the table view directly as the master controller on your split view controller.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM