views:

44

answers:

1

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?

A: 

Found it after playing around

Offset is default (0, -1) Color is [UIColor darkGrayColor]

Corey Floyd