Welcome to pickSourcecode.com Login | Register    
pickZy.com
 Home  | search  | games  | General  | C  | C++  | Java  | Php  | Networking  | Visual Basic  | VC++  | Win32  | MFC  | JavaScript  | Jobs  | JavaScript  | Post jobs
UITabbar controller       Share
2010-07-18 |  pagadalaNaresh  | Viewed: 868  |    3

Tab_barcontralViewController.h

#import <UIKit/UIKit.h>

@class Tab_barcontralViewController;

@interface Tab_barcontralAppDelegate : NSObject <UIApplicationDelegate,UITabBarDelegate> {

    UIWindow *window;

    Tab_barcontralViewController *viewController;

  UITabBarController *tabBarController;

}

@property (nonatomic, retain) IBOutlet UIWindow *window;

@property (nonatomic, retain) IBOutlet Tab_barcontralViewController *viewController;

@property (nonatomic, retain) IBOutlet UITabBarController *tabBarController;

@end


Tab_barcontralViewController.h


#import "Tab_barcontralAppDelegate.h"
#import "Tab_barcontralViewController.h"

@implementation Tab_barcontralAppDelegate


@synthesize window;

@synthesize viewController;

@synthesize tabBarController;

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    

    

    
//  Override  point  for  customization  after  app  launch        
    [window addSubview:viewController.view];

    [window addSubview:tabBarController.view];

[window makeKeyAndVisible];


return YES;

}

- (
void)dealloc {
    [viewController release];

    [window release];

    [super dealloc];

}

@end


Comments:





Submit comment's

Type:

User Comment's:

Submitted By:
Prof: Software Engineer
Tech: C ,Cpp
Send Mail: ratheesh



Related topics
Iphone Cocoa Programming tutorials
Iphone BubbleLevel Tutorials
Iphone UIImage Class Reference ( objective C )
Objective -C Date Formatter Examples -Iphone stringFromDate
iPhone Coding: Slider tutorial
Frequently used Iphone SDK API list

Related References
objective-c tutorial: nsarray -- arraywithcontentsofurl
iphone sdk: get contacts with the iphone sdk sample program
iphone sdk - local notification sample code (os 4.0 only)
resize uiimage sample tutorial

Web site contents © Copyright 2007, All rights reserved.
Help | Terms and Conditions | Privacy Policy | About Us