ソースを参照

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];
}


読み込み中…
キャンセル
保存