gpt4 book ai didi

ios - 自定义 UINavigationBar

转载 作者:行者123 更新时间:2023-11-28 20:43:51 25 4
gpt4 key购买 nike

我想要一个自定义的导航栏。但是导航栏和状态栏之间有一个空白。代码如下:

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

感谢您的帮助!

最佳答案

不要覆盖类别中的方法。

不要覆盖类别中的方法。

不要覆盖类别中的方法。

现在这已经不在了。

这只是意味着您的图像中有白线,或者您的导航栏放置不正确。

关于ios - 自定义 UINavigationBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7251629/

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