fixed:1,摄像头绑定页面适配
2.wifi密码校验规则修改
This commit is contained in:
@@ -96,12 +96,13 @@
|
||||
//self.navigationBar.alpha=0;
|
||||
self.view.backgroundColor=COLOR_MIAN;
|
||||
[self creatTableView];
|
||||
[self initUI];
|
||||
[self fishTankData];
|
||||
|
||||
[self creatMyindicaterView];
|
||||
[self notBindDeviceState];
|
||||
[self creatRefreshView];
|
||||
return;
|
||||
// [self initUI];
|
||||
// [self fishTankData];
|
||||
//
|
||||
// [self creatMyindicaterView];
|
||||
// [self notBindDeviceState];
|
||||
// [self creatRefreshView];
|
||||
|
||||
|
||||
|
||||
@@ -637,7 +638,7 @@
|
||||
|
||||
if (self.tableView==nil) {
|
||||
UITableView*table=[[UITableView alloc]init];
|
||||
table.frame=CGRectMake(0,0, kScreenSize.width, kScreenSize.height );
|
||||
table.frame=CGRectMake(0,0, kScreenSize.width, kScreenSize.height-TOP_HEIGHT);
|
||||
table.dataSource=self;
|
||||
table.delegate=self;
|
||||
table.separatorStyle=UITableViewCellSeparatorStyleSingleLine;
|
||||
@@ -660,9 +661,9 @@
|
||||
return 0;
|
||||
}
|
||||
-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return nil;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user