UIImageView implicit fade when changing the backgroundColor

I have a legacy code base where a UIImageView can have a nil image and a backgroudColor set instead.


The backgroundColor is first set to nil then to a UIColor.


For whatever reason, a fade occurs.


There is no custom CALayer added.


There is no [UIView animateWithDuration:animations] call.


Any idea what could cause this ?