I'm getting this error every-time I run the project and try to navigate to another screen.
Unable to find interface controller class 'HelpInterfaceController' to instantiate
I'm using the correctly that I know:
- (IBAction)HelpButton {
[self presentControllerWithName:@"help" context:nil]; }
Also the name help
is as it is in the identifier.
So what or where I'm going wrong?