Reputation: 467
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?
Upvotes: 0
Views: 351
Reputation: 12053
Initialise the UIBarButtonItem with a UIButton as its custom view, and set the the button's adjustsImageWhenHighlighted property to false.
Upvotes: 1