Closed ammerzon closed 4 years ago
Hey @ammerzon,
In default the autoTintImage
of the ItemsView
configuration is set to true
.
You can disable it by simply setting autoTintImage
to false
.
configuration.itemsView.autoTintImage = false
Thx for your quick answer. Now it works.
WhatsNewKit Environment
What did you do?
I created a new WhatsNewController and inserted three items with an image.
What did you expect to happen?
The actual assets are displayed without the tint color.
What happened instead?
The images are all tinted. Is it possible to disable this behaviour?