Check whether IBoulet is linked properly with xib or not. Also check the files owner of your xib.
If your class name or xib name is changed
Try to allocate you viewcontroller with proper xibName
MyViewController1 *vc = [[MyViewController1 alloc] initWithNibName:@"NibName" bundle:nil];