cocoa touch - Stop UIButton turning blue when pressed -


in ipad app have uibutton when pressed initiates data transfer takes time. during time button turns blue shown:

enter image description here

is there anyway of changing colour?

change tint color, used when button highlighted.

[mybutton settintcolor:[uicolor blackcolor]]; 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -