1.
#define kAppDelegate ((AppDelegate *)[[UIApplication sharedApplication]delegate])
2.
UINavigationController *nav=[[UINavigationController alloc]initWithRootViewController:home];
kAppDelegate.window.rootViewController=nav;
1.
#define kAppDelegate ((AppDelegate *)[[UIApplication sharedApplication]delegate])
2.
UINavigationController *nav=[[UINavigationController alloc]initWithRootViewController:home];
kAppDelegate.window.rootViewController=nav;