UIVIewControllerにUIButtonがあり、ボタンを押したときにUIVIewにプッシュする必要がありますが、これにより次の警告が表示されます。incompatible pointer type sending
これを行う方法私がこれをしていること:
-(void)press{
displayView *disp=[[displayView alloc]init];
[self presentModalViewController:disp animated:No];
}
これにより、警告が表示され、アプリケーションがクラッシュします。