If a UIButton’s background image is set for normal state, UIControlStateNormal, is it feasible to configure the selection color without another image?
If a UIButton’s background image is set for normal state, UIControlStateNormal, is it feasible
Share
Set the same background image for UIControlStateHighlighted and set button text color for the same highlighted state.
Hope this is what you required.