ios - Setting tint color for UIImageView on old iPad doesn't work when view did load -


this how looks on ipad pro:

enter image description here

and on ipad 4:

enter image description here

why there difference?

the arrow uiimageview connected through @iboutlet image rendered template image:

enter image description here

when viewdidload() called is:

downarrowimageview.tintcolor = uicolor.easternblue() 


Comments