【发布时间】:2009-08-12 06:43:38
【问题描述】:
我不确定我在这里的术语,但是:
我在 iPhone 应用中有一个 ViewController,它需要成为其他两个对象(委托者)的委托。
这可能吗?这不起作用:
@interface my_projectViewController : UIViewController <DelegatorOne> <DelegatorTwo> {
...
}
【问题讨论】:
标签: iphone objective-c delegates