removed border from menus in the demo
This commit is contained in:
parent
7dba83b832
commit
43f62e7321
|
|
@ -32,9 +32,6 @@
|
|||
|
||||
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 -
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@
|
|||
|
||||
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 -
|
||||
|
|
|
|||
Loading…
Reference in New Issue