iOS: Owner is nil in subview

44 views Asked by At

I have a UIViewController nested within another view (Nested view instruction). When I'm trying to link a text field within the subview to it's owner (inner view), it's causing the app to terminate when the view is initialized. Based on my research online, it seems that the cause if that the owner is nil.

2013-08-26 11:54:43.909 Toovia[72732:a0b] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key keywordsField.'

I'm very new to iOS development (4 days) and I just couldn't figure out how to solve this problem. Any help is appreciative. I hope it's just a simple fix.

enter image description here

0

There are 0 answers