杀菌倒计时和摄像头分享
This commit is contained in:
@@ -266,7 +266,11 @@ Assign BOOL isPush;
|
||||
}
|
||||
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2];
|
||||
[weakSelf.tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationNone];
|
||||
}
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
weakSelf.tableView.backgroundColor = RGB(10, 18, 177);
|
||||
|
||||
});
|
||||
}
|
||||
[weakSelf endRefreshing];
|
||||
} failure:^(NSError *err) {
|
||||
[weakSelf endRefreshing];
|
||||
@@ -459,6 +463,7 @@ Assign BOOL isPush;
|
||||
|
||||
[weakSelf refreshUI];
|
||||
|
||||
|
||||
}else{
|
||||
|
||||
[weakSelf.view makeToast:@"户数据获取失败"];
|
||||
@@ -844,6 +849,7 @@ Assign BOOL isPush;
|
||||
|
||||
[self.tableView reloadData];
|
||||
[self getUsernameAddImg];
|
||||
|
||||
}
|
||||
|
||||
-(void)getTotalDeviceArrWith:(NSArray *)deivceArr addCameraArr:(NSArray *)cameraArr;
|
||||
@@ -1668,7 +1674,7 @@ Assign BOOL isPush;
|
||||
//rect.size.height = - offsetY;
|
||||
//self.tabDowloadHoldView.frame = rect;
|
||||
|
||||
self.tableView.backgroundColor = RGB(10, 18, 177);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user