I am calling a method from another method and keep getting a warning: firstViewController may not respond to '-playJS'
-(void) playJS
{
//my code here
}
iosobjective-c
I am calling a method from another method and keep getting a warning: firstViewController may not respond to '-playJS'
-(void) playJS
{
//my code here
}
Best Solution
You probably haven't declared the method yet in the header file.