UIImageView tint color not working on device. works fine on simulator.

Hi, I have four UIImageViews. The image for each view is set as template image in Assets catalogue. They appear in the right color on simulator but not on my device. They appear in default color on device. two of those images have been carry forwarded from previous version and they appeared in the correct tint in older builds.

I have clean built the project folder and have also reinstalled the app.

What could be the problem?
Answered by ace.neerav in 621339022
I am not setting the tint color from awakeFromNib of the tableviewcell's (which has the image views) custom class. It shows the correct tint now.
I dont understand why people have downvoted this question.

Does anybody have a solution?
Accepted Answer
I am not setting the tint color from awakeFromNib of the tableviewcell's (which has the image views) custom class. It shows the correct tint now.
UIImageView tint color not working on device. works fine on simulator.
 
 
Q