can i load rootview's xib View to another class
A:
Sure.
UIViewController *controller = [[UIViewController alloc] initWithNibName:@"RootViewController" bundle:nil];
Can Berk Güder
2010-07-14 20:18:21