我想使用自定义图形作为 UINavigationBar 背景:
[[UINavigationBar appearance]
setBackgroundImage:[UIImage imageNamed:@"tile"]
forBarMetrics:UIBarMetricsDefault];
工作正常,除了我丢失了默认渐变、标题栏顶部的白线和底部的黑线。任何想法如何让他们回来?
我想使用自定义图形作为 UINavigationBar 背景:
[[UINavigationBar appearance]
setBackgroundImage:[UIImage imageNamed:@"tile"]
forBarMetrics:UIBarMetricsDefault];
工作正常,除了我丢失了默认渐变、标题栏顶部的白线和底部的黑线。任何想法如何让他们回来?