Currently, I’m implementing a simple Tabbed application and I need to show some header logo image on all screens. Obviously, the most simple way is to put an image in all xib files. Just curious are there any other options?
UPDATE: If I place an image inside window object in MainWindow.xib then it appears on all view controllers but it will not rotate. If I place an image outside the window then it will not display at all.
Add an ImageView on the main window nib and set bg color of all your views as clearColor.