我的类是 UIView 的子类,因为我想画一些东西。
是否可以在此上下文中使用 ModalViewController?
我试过这个:
DrawViewController *dc = [[DrawViewController alloc]init];
[dc setModalTransitionStyle:UIModalTransitionStylePartialCurl];
[self presentModalViewController:dc animated:YES];
但它会引发错误......