天天看點

IOS中的模态層presentViewController:animated:completion:

擷取目前rootviewcontroller 并彈出模态層 

   [[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:smvc animated:YES completion:^(void){

    }];

關閉

  [self dismissViewControllerAnimated:YES completion:nil];