我的申請有兩個類:exampleAppDelegate
和exampleController
。源文件的組織
我輸入exampleController.h
爲exampleAppDelegate.m
和exampleAppDelegate.h
爲exampleController.m
。
當我嘗試在exampleAppDelegate
類使用插座或行動從exampleController
類,編譯器返回以下錯誤:
use undeclared identifier and action not found.
同樣的問題,當我嘗試在exampleController
使用變量從exampleAppDelegate
發生。
我在做什麼錯?
類名應以w /大寫字母開頭,順便說一句。 – bbum 2011-06-14 17:49:02
[解決方案1](http://stackoverflow.com/questions/2228242/how-to-access-string-variable-in-one-view-controller-to-another-view-controller)[解決方案2](http ://解決方案3](http://stackoverflow.com/questions/) 1685964/how-to-pass-a-string-value-from-one-view-controller-to-another-view-controller)[解決方案4](http://stackoverflow.com/questions/6166376/how-do -i-access-a-variable-in-one-view-controller-from-another-view-controller)[解決方案5](http://stackoverflow.com/questions/3008967) – Aravindhan 2011-06-14 17:47:56