/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#import "RegisterViewController.h" // UIViewController *viewController3 = [[[RegisterViewController alloc] initWithNibName:@"RegisterViewController" bundle:nil] autorelease]; [self.tabBarController setViewControllers:[self.tabBarController.viewControllers arrayByAddingObject:viewController3] animated:YES];