カスタムセルがロードされているテーブルビューを持っています。カスタムセルには、クリックすると選択可能なオプションを持つピッカービューが開くボタンがあります。
問題は、modalViewController メソッドが機能していないことです。次のエラーが発生しています。
Selector *sel = [[Selector alloc]initWithNibName:@"Selector" bundle:nil];
[self PresentModalViewController:sel animated:YES];
error:property presentModalViewController not found on object of type CustomCell *...and selector is the pickerview controller class...the method is written in ibaction function in customcell.m file
カスタムセルから他のビューを呼び出すにはどうすればよいですか?
ありがとう