fixed:1.首页tabbar 白条占位问题
2.我的设备页面修改
This commit is contained in:
@@ -96,14 +96,12 @@
|
|||||||
//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;
|
||||||
|
|||||||
Reference in New Issue
Block a user