Beginning iOS 4 App Dev pg 90 Addview
I could not find your book so I am sending this to plain xCode. I am using Lion with xCode 4.3 and on page 90 of the book and also in the provided download code the statement reads as follows:
[window addSubview:viewController.view]; however I get the following error:
!Proverty 'view' not found on object of type 'HelloWorldViewController *'[:confused:]
|