You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if UINavigationBar.appearance().tintColor == nil {
UINavigationBar.appearance().tintColor = .black
}
Break the UI of my app, as the line "UINavigationBar.appearance().tintColor = .black" change the color of backbutton in all my navigation controllers. I think you should not use appearance, as it is a global things. In my case, I just commented the line and made some changes to my code, but commenting the line could not be the solution in every case.
Thanks anyway for the wonderful library!
Thanks
The text was updated successfully, but these errors were encountered:
s4cha
added
the
Bug
This is clearly a bug and will be fixed in priority
label
Jan 9, 2020
In the file YImagePicker.swift, the lines:
if UINavigationBar.appearance().tintColor == nil {
UINavigationBar.appearance().tintColor = .black
}
Break the UI of my app, as the line "UINavigationBar.appearance().tintColor = .black" change the color of backbutton in all my navigation controllers. I think you should not use appearance, as it is a global things. In my case, I just commented the line and made some changes to my code, but commenting the line could not be the solution in every case.
Thanks anyway for the wonderful library!
Thanks
The text was updated successfully, but these errors were encountered: