iOS修改UIDocumentPickerViewControl

2021-06-09  本文已影响0人  男人宫

解决办法:自定义ViewController继承UIDocumentPickerViewController,在viewWillAppear中修改即可

- (void)viewWillAppear:(BOOL)animated
{
    [super viewWillAppear:animated];
    [UINavigationBar appearance].tintColor = Color_ButtonDeepBlue;
    
}
上一篇下一篇

猜你喜欢

热点阅读