热点连接流程修改

This commit is contained in:
wbzhan
2019-09-21 17:29:16 +08:00
parent 9342faecbc
commit 41e5233e1f
65 changed files with 2363 additions and 651 deletions
@@ -15,7 +15,7 @@
#import "IfishHotBarVc.h"
#import "HitbarWifeVc.h"
#import "SVProgressHUD.h"
#import "ConAquarMethodVC.h"
@interface IfishBindDeviceSelectViewController ()<UITableViewDelegate,UITableViewDataSource>
@property (nonatomic,strong) UITableView *tableView;
@@ -155,11 +155,10 @@ extern BOOL isfromCameraView;
}
self.hidesBottomBarWhenPushed = YES;
SecondConnectWifiController *wifivc=[[SecondConnectWifiController alloc]init];
wifivc.vcTitle=@"连接水族箱";
[self.navigationController pushViewController:wifivc animated:YES];
ConAquarMethodVC *methodVC = InitObject(ConAquarMethodVC);
// SecondConnectWifiController *wifivc=[[SecondConnectWifiController alloc]init];
// wifivc.vcTitle=@"连接水族箱";
[self.navigationController pushViewController:methodVC animated:YES];
}
break;