何かを描きたいので、私のクラスは UIView のサブクラスです。
このコンテキストで ModalViewController を使用することは可能ですか?
私はこれを試しました:
DrawViewController *dc = [[DrawViewController alloc]init];
[dc setModalTransitionStyle:UIModalTransitionStylePartialCurl];
[self presentModalViewController:dc animated:YES];
しかし、それはエラーをスローします...