美文网首页
把navigationController.navigation

把navigationController.navigation

作者: 哈哈哈_哈哈哈 | 来源:发表于2017-04-10 15:33 被阅读1050次
- (void)viewWillAppear:(BOOL)animated{

    [super viewWillAppear:YES];

    [self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"head_bar_pink_.png"] forBarMetrics:UIBarMetricsDefault];

    [self.navigationController.navigationBar setShadowImage:[self createImageWithColor:[UIColor clearColor]]];
}

//用颜色值创建图片

- (UIImage *)createImageWithColor:(UIColor *)color{

    CGRect rect = CGRectMake(0.0f,0.0f,1.0f,1.0f);

    UIGraphicsBeginImageContext(rect.size);

    CGContextRef context =UIGraphicsGetCurrentContext();

    CGContextSetFillColorWithColor(context, [color CGColor]);

    CGContextFillRect(context, rect);

    UIImage *theImage =UIGraphicsGetImageFromCurrentImageContext();

    UIGraphicsEndImageContext();

    return theImage;

}

相关文章

  • 把navigationController.navigation

    //用颜色值创建图片

  • 把把all

    不可抗力可口可乐了

  • 你把我把

    你把一城的愁云都送给了我, 我把它悬挂在高高的山尖上, 让飞翔的鸟儿来评说。 你把山样多的乱麻硬塞给我, 我把它交...

  • “把把壶”赞

    方芳编吧呱呱叫, 创意编织赶新潮, 父亲节来又快到, 嗨!去瞧瞧噢! 又出什么喜宝宝, 菩提藏银朱砂料, 把壶寓意...

  • yhdhq

  • http://play.yunxi.tv/livestream/f7f9ddddb63945b8818eb01a8...

网友评论

      本文标题:把navigationController.navigation

      本文链接:https://www.haomeiwen.com/subject/oywsattx.html