Quote:
Originally Posted by alewis
THANK YOU! You are amazing!!! I have one more question? I have created a background for each page with a different variation of my Logo. The problem is when I go from any of the pages to another the background does not work prop. For example when I go from Blogs(background is right) to Blogs 1 content(background changes to the new proper one it should be) and then when I go back to blogs home(background does not change back to the right one it stays the same as blogs1 content). This is a big problem and I can not figure it out. Thank you so much for helping me! Really thank you!
|
Here is the Code that I am using to bring the picture up in the background
- (void)viewDidLoad {
// Add the following line if you want the list to be editable
// self.navigationItem.leftBarButtonItem = self.editButtonItem;
self.tableView.backgroundColor = [UIColor clearColor];
self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"iphone-app.png"]];
self.tableView.separatorColor = [UIColor clearColor];
}