cyclingIsBetter
cyclingIsBetter

Reputation: 17591

IOS: don't change color UIButton when it's pushed

when I push a custom UIButton it change its color and become more dark but I want that its color don't change when I push it, how can I do this?

Upvotes: 0

Views: 1175

Answers (1)

cpjolicoeur
cpjolicoeur

Reputation: 13106

you need to set the buttons colors for each control state you want to customize

Upvotes: 1

Related Questions