I’m working on a iOS-App based on Xcode’s “Master-Detail Template” and want to use custom colors for some of the UI elements.
However, I couldn’t find out how to change the right separator of the UINavigationBar
:
I’ve already tried to change the backgroundColor
of UINavigationBar
, UINavigationItem
and its titleView
but without success.
Would be great if someone has a clue.
EDIT: I’ve just noted that viewed in vertical mode, it’s the whole separator that I want to ink?