您好我在UINavigationController中嵌入了一个PSPDFViewController,然后我将其作为splitview控制器中的左侧控制器。
我已设置导航栏的颜色以匹配右侧控制器导航栏,但似乎PSPDFKit正在稍微改变颜色或alpha。有什么方法可以关闭它吗?
以下是我创建控制器的方法:
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;
答案 0 :(得分:0)
Lulz:
self.transparentHUD = NO;