我試圖與SEGUE數據傳遞回來的時候,和我下面這樣的回答:How to Pass information Back in iOS when reversing a Segue?警告設定的委託
然而,當我試圖把這一行:
@property (nonatomic) id<MyDataDelegate> delegate;
我得到以下警告:
當我試圖把像這樣的第一個視圖控制器:
@interface ContainerViewController : UIViewController <MyDataDelegate>
我得到的錯誤「Cannot find protocol declaration for 'MyDataDelegate'
」我確實包括其他的頭文件...
@property(weak,nonatomic)id delegate; –
Sovannarith
2013-04-29 10:16:30