Default selection color is blue as - I required to change it clear color?
I know If I change tint color then that color will be set when I select ant text but my question When I set clear color as tint color then there should be no color displaying for selection of text but It is taking gray color as default.
if It is posiible then How? and please provide source code.
This is what happens when tint color is blue
if i set tintColor = clear color than display gray color.
This happens when tint color is set as clear color, its taking gray color as default that I dont want
textField.tintColor = [UIColor clearColor];