历史流量记录改版

This commit is contained in:
wbzhan
2019-09-11 10:51:36 +08:00
parent b871a24c4e
commit 672e8cf92f
11 changed files with 199 additions and 142 deletions
@@ -49,13 +49,6 @@
}
-(void)viewWillAppear:(BOOL)animated{
[self connectDevice];
}
-(void)connectDevice{
[[UDPManager sharedDefault] ScanLanDevice];
@@ -65,7 +65,7 @@ typedef NS_ENUM(NSInteger,lodingViewdissMissStyle) {
- (void)viewDidLoad {
[super viewDidLoad];
//智能联机
_isDeviceLinkIn = NO;
self.isDeviceLinkIn = NO;
self.conectType = conectType_Intelligent;
self.addresses = [[NSMutableDictionary alloc] initWithCapacity:1];
self.view.backgroundColor = [UIColor whiteColor];
@@ -461,6 +461,7 @@ typedef NS_ENUM(NSInteger,lodingViewdissMissStyle) {
-(void)dealloc{
[[GWP2PDeviceLinker shareInstance] p2pStopSmartLink];
}
#pragma mark - UI正常状态