I created a UIViewcontroller called ParentView and added 4 views(ChildView1,ChildView2,ChildView3,ChildView4)(UIViewcontrollers) in the scrollviewof a ParentView
When i run the application ,I got the following error.
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x106f600> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key baseImage1
Can anyone tell me the solution?
When i run the application ,I got the following error.
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x106f600> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key baseImage1
Can anyone tell me the solution?