parent
aef80f5505
commit
a4ce800e3e
|
|
@ -96,15 +96,13 @@
|
||||||
//self.navigationBar.alpha=0;
|
//self.navigationBar.alpha=0;
|
||||||
self.view.backgroundColor=COLOR_MIAN;
|
self.view.backgroundColor=COLOR_MIAN;
|
||||||
[self creatTableView];
|
[self creatTableView];
|
||||||
return;
|
[self initUI];
|
||||||
// [self initUI];
|
[self fishTankData];
|
||||||
// [self fishTankData];
|
|
||||||
//
|
|
||||||
// [self creatMyindicaterView];
|
|
||||||
// [self notBindDeviceState];
|
|
||||||
// [self creatRefreshView];
|
|
||||||
|
|
||||||
|
|
||||||
|
[self creatMyindicaterView];
|
||||||
|
[self notBindDeviceState];
|
||||||
|
[self creatRefreshView];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -675,7 +675,7 @@
|
||||||
[self.tableView registerNib:[UINib nibWithNibName:@"TabBarDeviceShouYeCell" bundle:nil] forCellReuseIdentifier:@"TabBarDeviceShouYeCell"];
|
[self.tableView registerNib:[UINib nibWithNibName:@"TabBarDeviceShouYeCell" bundle:nil] forCellReuseIdentifier:@"TabBarDeviceShouYeCell"];
|
||||||
[self.tableView registerNib:[UINib nibWithNibName:@"TabbarDeiceSecdCell" bundle:nil] forCellReuseIdentifier:@"TabbarDeiceSecdCell"];
|
[self.tableView registerNib:[UINib nibWithNibName:@"TabbarDeiceSecdCell" bundle:nil] forCellReuseIdentifier:@"TabbarDeiceSecdCell"];
|
||||||
//CGFloat sapce=TabContentHeaght*0.011;//20/1776
|
//CGFloat sapce=TabContentHeaght*0.011;//20/1776
|
||||||
self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0,0,self.view.frame.size.width,self.view.frame.size.height-TOP_HEIGHT) style:UITableViewStyleGrouped];
|
self.tableView = [[UITableView alloc] initWithFrame:CGRectMake(0,0,self.view.frame.size.width,self.view.frame.size.height) style:UITableViewStyleGrouped];
|
||||||
|
|
||||||
self.tableView.delegate = self;
|
self.tableView.delegate = self;
|
||||||
self.tableView.dataSource = self;
|
self.tableView.dataSource = self;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue