// if ([[[UIDevice currentDevice] systemVersion]doubleValue]>7.0) {
// self.edgesForExtendedLayout=UIRectEdgeNone;
// }
2.在當(dāng)前控制器建立導(dǎo)航爛
UINavigationController *nav =[[UINavigationController alloc] initWithRootViewController:self];
[UIApplication sharedApplication].keyWindow.rootViewController = nav;