开发者

Changing properties in tab bar More page

开发者 https://www.devze.com 2022-12-19 19:06 出处:网络
I have a tab based app that has 6 view controllers. The SDK puts the last two controllers on a More page. I would like to access the More page so I can change the color properties. It uses a default b

I have a tab based app that has 6 view controllers. The SDK puts the last two controllers on a More page. I would like to access the More page so I can change the color properties. It uses a default blue navbar, but my app uses black bars throughout and I'd like to control some properties on t开发者_Python百科he More page.

But since this page is set up by the SDK, I'm not sure how to access it. How can I access the More page and control its properties?


You can access it through its tab bar item's related view controller, and then change the navigation bar color from there. I'd provide an example, but I'm not sure of the exact names of everything, its in the documentation though.

0

精彩评论

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