UINavigationBar全透明

2017-02-13  本文已影响81人  Fintecher
- (void)transparentNavigationBar {
  UINavigationBar*bar = self.navigationController.navigationBar;
  bar.translucent = YES;
  UIColor*color = [UIColor clearColor];
  CGRectrect = CGRectMake(0, 0,ScreenWidth, 64);
  UIGraphicsBeginImageContext(rect.size);
  CGContextRefcontext = UIGraphicsGetCurrentContext();
  CGContextSetFillColorWithColor(context, [colorCGColor]);
  CGContextFillRect(context, rect);
  UIImage*image = UIGraphicsGetImageFromCurrentImageContext();
  UIGraphicsEndImageContext();
  [bar setBackgroundImage:imageforBarMetrics:UIBarMetricsDefault];
}
上一篇 下一篇

猜你喜欢

热点阅读