shunsuke_stackoverflow
shunsuke_stackoverflow

Reputation: 467

How to change alpha of uinavigation item

Now,when I clicked backbutton,the alpha of leftbarbutton item changed. But I don't want to change alpha of leftbarbutton's arrow when I clicked backbutton. I uploaded picture which alpha is changed when i clicked back button. How can i realize?

enter image description here

Upvotes: 0

Views: 351

Answers (1)

paulvs
paulvs

Reputation: 12053

Initialise the UIBarButtonItem with a UIButton as its custom view, and set the the button's adjustsImageWhenHighlighted property to false.

Upvotes: 1

Related Questions