开发者

set TintColor for UINavigationBar globally in iPad application?

开发者 https://www.devze.com 2023-01-30 17:46 出处:网络
What would be the best approach for this?Seems so redundant to have to set it e开发者_运维问答ach and every time.This page shows you should be able to just subclass UINavigationBar. I\'ve done this fo

What would be the best approach for this? Seems so redundant to have to set it e开发者_运维问答ach and every time.


This page shows you should be able to just subclass UINavigationBar. I've done this for iPhone apps for a while now. If you're using Interface Builder, remember to update class references to UINavigationBar with your custom subclass name, say CustomNavigationBar.

Hope it helps.

0

精彩评论

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