使用PSPDF控制导航栏色调

时间:2014-02-24 05:53:52

标签: ios objective-c pspdfkit

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

我已设置导航栏的颜色以匹配右侧控制器导航栏,但似乎PSPDFKit正在稍微改变颜色或alpha。有什么方法可以关闭它吗?

enter image description here

以下是我创建控制器的方法:

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;

1 个答案:

答案 0 :(得分:0)

Lulz:

self.transparentHUD = NO;