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.
精彩评论