Hello,
I want to make a view in which two tableviews must be displayed. To do this, I derived the view controller from UIViewController and put the tableviews in that. Now, I derived a customized class from UITableViewController as the delegate and datasource for one of the views. Siince the instance will be released automatically I put a retain member variable as outlet and assign it to the instance of the customized view controller in the xib. The class name for the customized table view controller is assigned correctly too.
But, when I avtivate the view it stops and debugger shows the message:
this class is not key value coding-compliant for the key tableVC.
tableVC is the member variable in the view controller.
Can anybody please help me. I am working on this problem since two days.
Best,
Jamshid2
I want to make a view in which two tableviews must be displayed. To do this, I derived the view controller from UIViewController and put the tableviews in that. Now, I derived a customized class from UITableViewController as the delegate and datasource for one of the views. Siince the instance will be released automatically I put a retain member variable as outlet and assign it to the instance of the customized view controller in the xib. The class name for the customized table view controller is assigned correctly too.
But, when I avtivate the view it stops and debugger shows the message:
this class is not key value coding-compliant for the key tableVC.
tableVC is the member variable in the view controller.
Can anybody please help me. I am working on this problem since two days.
Best,
Jamshid2