summaryrefslogtreecommitdiffstats
path: root/Classes/BrowseViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/BrowseViewController.m')
-rw-r--r--Classes/BrowseViewController.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/Classes/BrowseViewController.m b/Classes/BrowseViewController.m
index 22742c7..ca39545 100644
--- a/Classes/BrowseViewController.m
+++ b/Classes/BrowseViewController.m
@@ -21,6 +21,14 @@
- (void)viewDidLoad {
[super viewDidLoad];
+ [self.navigationController.navigationBar drawLogo];
+
+ UIView *backgroundView = [[UIView alloc] initWithFrame:self.view.frame];
+ backgroundView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"backgroundGradient.png"]];
+
+ self.tableView.backgroundView = backgroundView;
+ self.tableView.backgroundColor = [UIColor clearColor];
+
// Uncomment the following line to display an Edit button in the navigation bar for this view controller.
// self.navigationItem.rightBarButtonItem = self.editButtonItem;