由於某種原因,我得到一個錯誤在這裏爲什麼我無法將我的View Controller用作屬性?
#import "OtherViewController.h"
@interface ViewController: UIViewController
@property (nonatomic, strong) OtherViewController *otherViewController;
這給了我一個錯誤說「未知類型名稱OtherViewController」爲什麼會這樣對我?這不是將消息發送到其他視圖控制器的方式。如果是這樣,你應該怎麼做?
你確定那裏沒有拼寫錯誤嗎?你會得到任何其他編譯錯誤,特別是在包含的頭文件中? – Thilo