历史流量记录改版
This commit is contained in:
-7
@@ -49,13 +49,6 @@
|
||||
|
||||
}
|
||||
|
||||
-(void)viewWillAppear:(BOOL)animated{
|
||||
|
||||
[self connectDevice];
|
||||
|
||||
}
|
||||
|
||||
|
||||
-(void)connectDevice{
|
||||
|
||||
[[UDPManager sharedDefault] ScanLanDevice];
|
||||
|
||||
+2
-1
@@ -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正常状态
|
||||
|
||||
|
||||
Reference in New Issue
Block a user