elinkthings před 4 roky
rodič
revize
0cdb29baad
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      AIFit-Demo/MainViewController.m

+ 1
- 1
AIFit-Demo/MainViewController.m Zobrazit soubor

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


Načítá se…
Zrušit
Uložit