Looking for it a week ago. We found discussions here. an Apple. com / thread.jspa? threadID = 1649012 & tstart = 0 (sorry, do not let me post a real link).
-(void)setBackgroundImage:(UIImage*)image withTag:(NSInteger)bgTag{ if(image == NULL){
I made it as a category for the UINavigationBar. To set this background image for the UINavigationBar inside the UINavigationBarController, I did this:
[navigationControllerForChannels.navigationBar setBackgroundImage:[UIImage imageNamed:@"top_bar.png"] withTag:48151623];
I had some scam when updating the tab bar so you want to call
[self.navigationController.navigationBar resetBackground:48151623]
After any changes to the panel.
dbachrach
source share