瀏覽代碼

fix bug

tags/v2.4
elinkthings 4 年之前
父節點
當前提交
0cdb29baad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      AIFit-Demo/MainViewController.m

+ 1
- 1
AIFit-Demo/MainViewController.m 查看文件

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


Loading…
取消
儲存