소스 검색

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…
취소
저장