/ 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];
[controllers removeObjectAtIndex:1];
[controllers insertObject:viewController3 atIndex:0];
[self.tabBarController setViewControllers:controllers animated:YES];
Comments
 Subscribe to comments
                    Subscribe to comments
                
                