can i load rootview's xib View to another class
Sure.
UIViewController *controller = [[UIViewController alloc] initWithNibName:@"RootViewController" bundle:nil];
can i load rootview's xib View to another class
Sure.
UIViewController *controller = [[UIViewController alloc] initWithNibName:@"RootViewController" bundle:nil];
精彩评论