ios 模态跳转视图
2016-03-30 本文已影响142人
warith
$[self presentViewController:ViewController animated:YES completion:^{
}];
$[self dismissViewControllerAnimated:YES completion:^{
}];
$[self presentViewController:ViewController animated:YES completion:^{
}];
$[self dismissViewControllerAnimated:YES completion:^{
}];