[self.navigationController.navigationBar
setTranslucent:YES];
[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
//去黑线
self.navigationController.navigationBar.shadowImage
= [[UIImage
alloc] init];
//导航栏的view
UILabel *label = [[UILabel
alloc]initWithFrame:self.navigationController.navigationBar.frame];