Just went through hell trying to add a static image (banner of sorts) to an iPhone application above the UINavigationBar.  The project is using Three20 and this made it even more difficult. My solution was to actually create a second window, and add that window reference to TTNavigator: CGRect rect = [[UIScreen mainScreen] applicationFrame]; self.window […]