Open StackHelp opened 4 years ago
This is a working example:
let picker = YPImagePicker(configuration: config)
picker.navigationBar.tintColor = .red
also black in sample project in this repo, left bar button items not changed color
UINavigationBar.appearance().tintColor
not working
This is a working example:
let picker = YPImagePicker(configuration: config) picker.navigationBar.tintColor = .red
worked, but not in album...
https://github.com/Yummypets/YPImagePicker/blob/5f90725766db9d6a9437b82ee63658042eaf67d1/Source/YPPickerVC.swift#L200 https://github.com/Yummypets/YPImagePicker/blob/5f90725766db9d6a9437b82ee63658042eaf67d1/Source/YPImagePicker.swift#L56 how avoid this? color hardcoded. After removed this lines, UINavigationBar.appearance().tintColor - works
Update to the latest version 5.2.1 I had the same issue with the outdated 4.5.0 😉
I have tried to set the tint color of the navigation bar as suggested in ReadMe but still the cancel button always of black color. How to make it of a different colors?
Also, can we change picker background color i.e. white currently?
Environment (please complete the following information):
Installation Type