覆盖导航栏的几种方法

KWAppDelegate *delegate = [UIApplication sharedApplication].delegate;
[delegate.window.rootViewController.view addSubview:self.driveUpdateWarnBox];

编程技巧