Closed littlemozart closed 7 years ago
Hi,
Sorry for the late reply, I was away for a month.
I committed a change to support what you want to do.
If you want to work around this issue for the current release, just change the rendering of up/down images like this:
titleView.menuDownImageView.image = titleView.menuDownImageView.image.withRenderingMode(.alwaysTemplate)
titleView.menuDownImageView.tintColor = UIColor.white
@qmathe Thank you for your reply.
Hi, I have tried to use "titleView.menuDownImageView.tintColor = UIColor.white" but it didn't work. The color was still black. Any other ideas to change it?