I am adding a UILabel as a titleView to a nav bar. I want the text to look like the title that display in the bar.
What are the offset and color to accomplish that?
I am adding a UILabel as a titleView to a nav bar. I want the text to look like the title that display in the bar.
What are the offset and color to accomplish that?
Found it after playing around
Offset is default (0, -1) Color is [UIColor darkGrayColor]