I am fairly new to Xcode and am trying to have the root view controller push to a xib and have the following code:
self.window.rootViewController = [[UIViewController alloc]initWithNibName:@"PremiumView" bundle:nil];
However, no matter where I push it the app crashes and tells me "this class is not key value coding-compliant for the key". Can anyone help point me in the right direction and figure out what is wrong. Thanks in advance.