解决办法:自定义ViewController继承UIDocumentPickerViewController,在viewWillAppear中修改即可
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[UINavigationBar appearance].tintColor = Color_ButtonDeepBlue;
}
解决办法:自定义ViewController继承UIDocumentPickerViewController,在viewWillAppear中修改即可
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[UINavigationBar appearance].tintColor = Color_ButtonDeepBlue;
}
本文标题:iOS修改UIDocumentPickerViewControl
本文链接:https://www.haomeiwen.com/subject/dweeeltx.html
网友评论