In xode ,@implementation CDVNativeKeyboard i am getting error , No visible @interface for ‘CDVViewController’ declares the selector ‘parseInterfaceOrientations:’
No visible @interface for ‘CDVViewController’ declares the selector ‘parseInterfaceOrientations:’
NSArray * ors = [[[NSBundle mainBundle] infoDictionary] objectForKey:@“UISupportedInterfaceOrientations”];
NSArray * suppOrientations = [((CDVViewController*)self.viewController) parseInterfaceOrientations:ors];