I am using a UIBarButtonItem as a title in my toolbar. I have set the style to plain and am setting the title property. Everything is working well except that when a user clicks the title is still acts like a button and highlights with the white click animation state. I could change the enabled state, except that that it would look disabled. Is there a way to not allow the click state change without adding a view into the UIBarButtonItem and using a label?
I am using a UIBarButtonItem as a title in my toolbar. I have set
Share
Maybe you can subclass UIBarButtonItem and make the corresponding UIView transparent with: