gpt4 book ai didi

ios - 使用 PSPDF 控制导航栏色调

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

您好,我在 UINavigationController 中嵌入了一个 PSPDFViewController,然后我将其作为 splitview Controller 中的左 Controller 。

我已将导航栏的颜色设置为与右手 Controller 导航栏相匹配,但似乎 PSPDFKit 正在稍微更改颜色或 alpha。有什么办法可以关闭它吗?

enter image description here

这是我创建 Controller 的方式:

PSPDFViewController *pspdfController = [[PSPDFViewController alloc] initWithDocument:document];
UINavigationController *pspdfNavigationController = [[UINavigationController alloc] initWithRootViewController:pspdfController];

pspdfNavigationController.barTintColor = [[UIColor alloc] initWithRed:252.0/255.0 green:14.0/255.0 blue:47.0/255.0 alpha:1.0];;
pspdfNavigationController.backgroundColor = [[[UIColor alloc] initWithRed:252.0/255.0 green:14.0/255.0 blue:47.0/255.0 alpha:1.0];
pspdfNavigationController.tintColor = [UIColor whiteColor];
navbar.translucent = NO;

最佳答案

卢兹:

self.transparentHUD = NO;

关于ios - 使用 PSPDF 控制导航栏色调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21979909/

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