I'm trying to access an IBOutlet from my other view controller, I have tried importing them both;
#import "CreateTest.h"
#import "SecondViewController.h"
But when I try to access the IBOutlet; _SubjectValue.text = @"hi";
It returns an error saying "Use of undeclared identifier _SubjectValue"