ios - IBAction Button Press (Don't want to see the press) -


so have few buttons in application , can pressed , various things...

my question is, how can "not display" colour change or visual aid happens on screen once button pressed?

to honest, i'm not sure how word or terminology use, basically, when button pressed, don't want change on screen happen (apart whats supposed happen in ibaction).

it sounds counter intuitive, hoping built in function ibactionpress.visual = no; or that...

i hope makes sense. in advance.

try using

youruibutton.adjustsimagewhenhighlighted = no; 

Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -