Skip to content

Commit

Permalink
removed border from menus in the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Nov 28, 2014
1 parent 7dba83b commit 43f62e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions SlideMenu/Helper Classes/LeftMenuViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ - (void)viewDidLoad

UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"leftMenu.jpg"]];
self.tableView.backgroundView = imageView;

self.view.layer.borderWidth = .6;
self.view.layer.borderColor = [UIColor lightGrayColor].CGColor;
}

#pragma mark - UITableView Delegate & Datasrouce -
Expand Down
3 changes: 0 additions & 3 deletions SlideMenu/Helper Classes/RightMenuViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ - (void)viewDidLoad

UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"rightMenu.jpg"]];
self.tableView.backgroundView = imageView;

self.view.layer.borderWidth = .6;
self.view.layer.borderColor = [UIColor lightGrayColor].CGColor;
}

#pragma mark - UITableView Delegate & Datasrouce -
Expand Down

0 comments on commit 43f62e7

Please sign in to comment.