热点连接流程修改
This commit is contained in:
+5
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user