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;
转载于:https://www.cnblogs.com/Yun-Longcom/p/7261589.html