在 Light 模式下看不到 UIPrintInteractionController(Swift) 的导航栏

Posted

技术标签:

【中文标题】在 Light 模式下看不到 UIPrintInteractionController(Swift) 的导航栏【英文标题】:Can't see navigation bar of UIPrintInteractionController(Swift) in Light mode 【发布时间】:2021-03-29 12:03:31 【问题描述】:

AirPrint(Swift) 中的灯光模式问题。

有没有办法改变导航栏的颜色?

【问题讨论】:

【参考方案1】:

请试试这个委托方法

- (UIViewController *)printInteractionControllerParentViewController: (UIPrintInteractionController *)printInteractionController

 return self.navigationController; 
 
-(void)printInteractionControllerDidPresentPrinterOptions:(UIPrintInteractionController *)printInteractionController  
// self.navigationController.topViewController.navigationController.navigationBar.tintColor=[UIColor redColor];
 self.navigationController.navigationBar.tintColor = [UIColor greenColor];
 // self.navigationController.topViewController.navigationController.navigationBar.barTintColor=[UIColor purpleColor];
 self.navigationController.topViewController.navigationController.navigationBar.tintColor=[UIColor yellowColor];

【讨论】:

以上是关于在 Light 模式下看不到 UIPrintInteractionController(Swift) 的导航栏的主要内容,如果未能解决你的问题,请参考以下文章

记录--Vue3自定义一个Hooks,实现一键换肤

OSError:标签:找不到文件“Gilroy-light.ttf”

Theme.AppCompat.Light.DarkActionBar ActionBarActivity

如何在默认主题中对齐 ActionBar 中心的标题(Theme.Holo.Light)

No resource found that matches the given name 'Theme.AppCompat.Light'

修复styles.xml中的错误以生成R.java:找不到资源名称'Theme.AppCompat.Light'