XCode: cannot change Navigation Bar tint via Storyboard

这一生的挚爱 提交于 2019-11-30 01:13:58

问题


i wan't to give a NavigationBar a certain tint, however i cannot find the setting in XCode. Is it still present? I saw a number of tutorials mentioning that possibility (i.e. http://www.appcoda.com/customize-navigation-status-bar-ios-7/).

Where do i have to click to get this dialog? I tried the NavigationController, everywhere inside the NavigationController and the Navigation Items in the subcontrollers.

I know how to do it programmatically so that's not my question here.

Thanks guys.


回答1:


In your storyboard, you'll need to click on the "Navigation Bar" object and then look at the object's attributes.

In Xcode, it'll look like this:



来源:https://stackoverflow.com/questions/21046831/xcode-cannot-change-navigation-bar-tint-via-storyboard

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!