I have seen it done on some apps, where the navigation bar is actually smaller than the default 44px, and there is a UIView (which has functionality) above the nav bar…
I want more than a custom background image, which I did manage to figure out how to do, but I dont know where to start getting something like this done.
Any help is greatly appreciated 🙂
Mark
I found a sort of way to do this:
which seems to do the trick, although I cannot seem to figure out how to get this ‘into’ the navigationController so that back buttons work, at the moment I have to manually insert a
leftBarButtonIteminto the navItem, the back button never seems to show…