Hi all!
I have a segmented control (style = bar) in my navigation bar defined as titleView like following code:
self.navigationItem.titleView = segmentedControl;
It works great but no matter how I change the tint color on the segmented control it always remains black. I would like to have it gray in order to inform the user where he is. How can I do that?
Thanks in advance,
MACloop
I have a segmented control (style = bar) in my navigation bar defined as titleView like following code:
self.navigationItem.titleView = segmentedControl;
It works great but no matter how I change the tint color on the segmented control it always remains black. I would like to have it gray in order to inform the user where he is. How can I do that?
Thanks in advance,
MACloop