gpt4 book ai didi

iphone - 将 UINavigationBar 背景图像更改为默认值 - iOS 4.3

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:22:24 24 4
gpt4 key购买 nike

我用重载方法改变了UINavigationBar背景图片

@implementation UINavigationBar (Background)
-(void) drawRect:(CGRect)rect
{
UIImage *image = [UIImage imageNamed:@"Header.png"];
[image drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];
}

@end

但在某些 UIViewController 中,我需要删除此背景图像。我该怎么做?

最佳答案

你可能会看看 this blog post from Sebastian Celis .它正好解决了您面临的问题。

也许还检查 this .

关于iphone - 将 UINavigationBar 背景图像更改为默认值 - iOS 4.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10163047/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com