I’ve been looking everywhere for a solution to this problem but can’t seen to find one…
I have an UIImageView similar to facebooks where, if you tap the screen, image text and the UINavigationBar will show up.
The problem is that the UINavigationBar pushes all the content down when appearing…
Is there a way to put this in a higher independent layer or something else that will make it not affect the rest of the view?
Thanks in advance.
Since I couldn’t find a way to make the content indifferent of whether the navigationbar was there or not, I simply moved up the content 22px (the default height of a UINavigationBar) when showing the bar. This solved my problem perfectly.