I am developing an application in iphone. I have to add an image on to my view or on UINavigation bar. My condition is that the image will be added partially on navigation bar and partially on view.
I have added it as a barbutton item into titleview but its height is limited by bar height. I need it to drop below navigation bar.
How it can be implemented?
Thanks in advance.
You could add the image view as a subview of the navigation bar, something like this: