- [self.navigationController.navigationBar setTranslucent:YES];
- if ([self.navigationController.navigationBar respondsToSelector:@selector(shadowImage)])
- {
- [self.navigationController.navigationBar setShadowImage:[[UIImage alloc] init]];
- }
- [self.navigationController.navigationBar setBackgroundColor:ClearColor];
iOS navigationbar 透明
原文:http://www.cnblogs.com/studyNT/p/5540604.html