我不确定我的术语,但是:
我在iPhone应用程序中有一个ViewController,需要成为另外两个对象(委托者)的委托.
这可能吗?这不起作用:
@interface my_projectViewController : UIViewController <DelegatorOne> <DelegatorTwo> { ... }
iphone delegates objective-c
delegates ×1
iphone ×1
objective-c ×1