我正在修改别人的代码并尝试使用 ViewController,但它目前是一个 NSObject。所以下面我添加了newDelegate
@interface myAppDelegate : NSObject <UITableviewDelegate, newDelegate>
在我的代码中,我尝试使用
[self presentModalViewController:newModalView animated:YES];
我得到的错误信息'myAppDelegate' may not respond to '-presentModalViewController:animated:'
很公平,它是一个 NSObject。有人可以帮助我采取一种可能的方法吗?