Hi all,
I am working on a project with 3 view controllers (I name them IntroductionViewController, QuestionViewController and ResultsViewController). I have already properly identified them in each view controller under "identity" -> "StoryBoard ID".
However, none of these view controller show up when I open the assistant editor (under "automatic", it shows "UIViewController.h" instead), so now I have no way to create outlet or action from the storyboard to the view controllers.
Anyone has any idea what I should try to do to get them on when I turn on my assistant editor?
I am working on a project with 3 view controllers (I name them IntroductionViewController, QuestionViewController and ResultsViewController). I have already properly identified them in each view controller under "identity" -> "StoryBoard ID".
However, none of these view controller show up when I open the assistant editor (under "automatic", it shows "UIViewController.h" instead), so now I have no way to create outlet or action from the storyboard to the view controllers.
Anyone has any idea what I should try to do to get them on when I turn on my assistant editor?