bug修复

This commit is contained in:
wbzhan_macbook
2019-07-20 08:33:44 +08:00
parent aade501983
commit 24bb267f97
4 changed files with 136 additions and 47 deletions
@@ -19,6 +19,7 @@
@interface IfishBindDeviceSelectViewController ()<UITableViewDelegate,UITableViewDataSource>
@property (nonatomic,strong) UITableView *tableView;
Assign BOOL isConnectP2P;
@end
extern BOOL isfromCameraView;
@implementation IfishBindDeviceSelectViewController
@@ -26,6 +27,7 @@ extern BOOL isfromCameraView;
- (void)viewDidLoad {
[super viewDidLoad];
isfromCameraView = NO;
_isConnectP2P = NO;
// Do any additional setup after loading the view.
[self addTitleViewWithTitle:@"选择设备"];
[self creatTab];