я использую это в learncontroller.h
IBOutlet UIView *splashView;
, а также
@property (nonatomic, retain) IBOutlet UIView *splashView;
и в .m при нажатии следующей кнопки
[splashView setTag:1000];
[self.view addSubview:splashView];
Итак, отсюда, когда я перейду к следующему представлению, называемому view01
ОНО говорит
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<View01 0x56816c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key splashView.'