Explorar el Código

fix bug

tags/v2.4
elinkthings hace 4 años
padre
commit
0cdb29baad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      AIFit-Demo/MainViewController.m

+ 1
- 1
AIFit-Demo/MainViewController.m Ver fichero

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


Cargando…
Cancelar
Guardar