File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ - (void)viewDidLoad
3232
3333UIImageView *imageView = [[UIImageView alloc ] initWithImage: [UIImage imageNamed: @" leftMenu.jpg" ]];
3434self.tableView .backgroundView = imageView;
35-
36- self.view .layer .borderWidth = .6 ;
37- self.view .layer .borderColor = [UIColor lightGrayColor ].CGColor ;
3835}
3936
4037#pragma mark - UITableView Delegate & Datasrouce -
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ - (void)viewDidLoad
2020
2121UIImageView *imageView = [[UIImageView alloc ] initWithImage: [UIImage imageNamed: @" rightMenu.jpg" ]];
2222self.tableView .backgroundView = imageView;
23-
24- self.view .layer .borderWidth = .6 ;
25- self.view .layer .borderColor = [UIColor lightGrayColor ].CGColor ;
2623}
2724
2825#pragma mark - UITableView Delegate & Datasrouce -
You can’t perform that action at this time.
0 commit comments