I have a simple navigation based application for the iphone/objective-c
within various UIViewControllers that are pushed into view, I can set the text in the title bar using something like
self.title = @"blah blah blah"
Is there a way to control the font and font-size of the title in the title bar text?
thanks!