equal
deleted
inserted
replaced
39 self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44); |
39 self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44); |
40 |
40 |
41 self.selectedScheme = nil; |
41 self.selectedScheme = nil; |
42 self.selectedWeapon = nil; |
42 self.selectedWeapon = nil; |
43 |
43 |
44 [self.tableView setBackgroundView:nil]; |
44 if ([UITableView respondsToSelector:@selector(setBackgroundView:)]) |
|
45 [self.tableView setBackgroundView:nil]; |
45 self.view.backgroundColor = [UIColor clearColor]; |
46 self.view.backgroundColor = [UIColor clearColor]; |
46 self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER; |
47 self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER; |
47 self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; |
48 self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; |
48 } |
49 } |
49 |
50 |