i m using this in learncontroller.h
IBOutlet UIView *splashView;
and also
@property (nonatomic, retain) IBOutlet UIView *splashView;
and in .m on next button clik
[splashView setTag:1000];
[self.view addSubview:splashView];
So from here when i move to next view called view01 IT says
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<View01 0x56816c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key splashView.'