AppDelegate UIWindow addSubView in different viewController
问题 I am trying to add a UILabel in UIWindow of AppDelegate from a UIViewController. This is how I am doing this: AppDelegate code : - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease]; // Override point for customization after application launch. if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) { self.viewController