<pre name="code" class="objc">//适配ios7- if( ([[[UIDevice currentDevice] systemVersion] doubleValue]>=7.0)) {
- // self.edgesForExtendedLayout=UIRectEdgeNone;
- self.navigationController.navigationBar.translucent = NO;
- }
当translucent设置为NO时,效果是这样的:
- self.navigationController.navigationBar.translucent = YES;
当translucent设置为YES时,导航栏呈现半透明效果,是这样的: