Thanks in advance for taking a look at this for me..
I have a uitableview that when you click on a cell it loads a new viewcontroller and view. If I just setup the view with a label it works fine..
If I try to create any outlets and connect them to my labels, the app runs then when I click a cell I get the following:
Code:
***Terminating app due to uncaught exception
'NSUnknownException", reason: "[<UIView 0%48a3e0>
setValue:forUndefinedKey:]: this class is not key value coding-complaint for
the key Draw.'
I then get the stack trace...
The view is connected to "File's Owner"