I don’t know whether it sounds silly,
I have an image which will be added in the UIImageView or an UIButton. That image contains some texts in the Red color and the background is black. Is it possible to change the BG color as well as the Text color to custom color. Is that possible ??
If, after considering George’s answer, you still need to modify the colours, you could try using Core Image filters.
The following example adjusts the hue of a
UIImageViewcalledscreenImageby an angle given inangle.The full list of Core Image filters is on the Apple site.