3

我用来UIAppearance为我的 设置 bartint 颜色UINavigationBar,除了弹出窗口中的导航栏外,这很好用,我在这里遗漏了什么吗?

以下行在应用程序中didFinishLaunchingWithOptions

[[UINavigationBar appearanceWhenContainedIn:[UIPopoverController class], nil] setBarTintColor:[UIColor redColor]];
4

1 回答 1

0
UIImage *navBarImage = [[UIImage imagewithcolor:[UIColor redColor]] resizableImageWithCapInsets:UIEdgeInsetsMake(7, 7, 7, 7)];
[[UINavigationBar appearance] setBackgroundImage:navBarImage forBarMetrics:UIBarMetricsDefault];


希望这会奏效

于 2014-11-21T05:04:28.693 回答