Under iOS 7 I'd like to replace the title text view in a navigation bar by a custom view that includes another text view that looks identical to the default one. (Essentially, I need to add another view to the title element, but to do that I have to replace the whole thing).
How can I create a UILabel that's guaranteed to look the same as the default (same font, size, etc?)
In other words - how can I programmatically find the font face and size used by the OS for the title view of a navigation bar.