Hey Guys,
Hey Guys I am calling a method from another method and I continue to get warning:firstViewController may not respond to'-playJS'
-(void) playJS
{
//my code here
}
Hey Guys,
Hey Guys I am calling a method from another method and I continue to get warning:firstViewController may not respond to'-playJS'
-(void) playJS
{
//my code here
}
Instead of writing the declaration in the header file, it's also OK to declare it before the call.