Hi,
I want to write some text to the navigation bar. If I use BarButtonItem.title, the text doesn't fit on the screen. If I use BarButtonItem.prompt, the bar is automatically resized and it is fine.
If the user press a button => prompt = @""; is initialized.
Everything else is fine, but the size of bar is not returned back to the original size. Could it be possible to use smaller font?
I want to write some text to the navigation bar. If I use BarButtonItem.title, the text doesn't fit on the screen. If I use BarButtonItem.prompt, the bar is automatically resized and it is fine.
If the user press a button => prompt = @""; is initialized.
Everything else is fine, but the size of bar is not returned back to the original size. Could it be possible to use smaller font?