I have navigation bar controller in which i want to display text. But the text is not the same every time. It will be minimum of 5 and maximum of 60 characters. I want all of the characters to be visible. How can I set min and max font size for UINavigation Bar title?
Thanx
You will need to set the titleView on the UINavigationBar. You can set it to a UILabel with any of the normal UILabel settings.