Hi,
I downloaded the sample project -
Why does TwoViewAppViewController.h have a member variable "theLabel", and why is it linked in the layout editor? It is not used in the actual source code, but if I comment it out (project still compiles) but the app crashes immediately. It seems a bit odd to me that there is also a "theLabel" member variable in MainView.h as well - which is actually being used, the one in the view, or in the controller?
Thanks
|