UIDocumentPicker navigation bar buttons are hidden at iOS 11

Viewed 1302

I notice a problem in my UIDocumentPicker's navigation bar at iOS 11 only, the done, cancel, or edit buttons are invisible, and when the user touch it it appears i.e. The color at normal state is white, even when changing the UINavigationBar.appearnce().tintColor, The color only changed on touch.

enter image description here enter image description here

3 Answers
Related