i searched before post my question, but i find nothing useful.
before: i'm a c# developer and i'm doing my first iphone app, don't kill me please!
in my app i have a tabbar controller on the bottom (4 buttons) each button, is a navigation controller type, its show a navigation bar on the top and in the middle i have a viewcontroller (normally after i load an uitableview)
the mad person that asked me to do this app wants that in the top of the TabBar to show always an image (for advertisement, fixed as 320x50).
so the app should look in this way
< NavigationBar >
ViewController
< UIImage >
< TabBar >
but now is
< NavigationBar >
ViewController
< TabBar >