Navigation bar "prompt" height
Hi all,
The navigation bar is 44 pixels in height but what is it when "prompt" is set with text? By my calculations it expands to 74 pixels but I really don't want to hard code this number in case it changes in the future.
The following returns 44 (as it should) but it still reports 44 even when the prompt is showing:
self.navigationController.navigationBar.frame.size .height
Any ides?
Justin.
|