View Single Post
  #1 (permalink)  
Old September 29th, 2011, 02:27 PM
remitdlo remitdlo is offline
Registered User
 
Join Date: Sep 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy 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:]