作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
您好,我在 UINavigationController 中嵌入了一个 PSPDFViewController,然后我将其作为 splitview Controller 中的左 Controller 。
我已将导航栏的颜色设置为与右手 Controller 导航栏相匹配,但似乎 PSPDFKit 正在稍微更改颜色或 alpha。有什么办法可以关闭它吗?
这是我创建 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/
您好,我在 UINavigationController 中嵌入了一个 PSPDFViewController,然后我将其作为 splitview Controller 中的左 Controller
我是一名优秀的程序员,十分优秀!