Browse Source

fix bug

tags/v2.4
elinkthings 4 years ago
parent
commit
0cdb29baad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      AIFit-Demo/MainViewController.m

+ 1
- 1
AIFit-Demo/MainViewController.m View File

searchVC.gobackBlock = ^{ searchVC.gobackBlock = ^{
[weakSelf.connectedDevicesButton setTitle:@"Connect Device" forState:UIControlStateNormal]; [weakSelf.connectedDevicesButton setTitle:@"Connect Device" forState:UIControlStateNormal];
}; };
searchVC.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:searchVC animated:YES completion:nil]; [self presentViewController:searchVC animated:YES completion:nil];
} }



Loading…
Cancel
Save