How would I take the tint off of a bar button item so that the image of the button shows as is? With the tint set, blue being the default, it shows the image as that color instead of the actual image.
After reading this, I realized there is a MUCH simpler solution.
https://stackoverflow.com/questions/31117069/changing-tab-bar-item-image-and-text-color-ios
- Select the bar button in IB
- Set the image (MyImage from xcAssets) in Bar item field (need to be the right size)
This you had done probably.
Now the key point:
- select MyImage in xcAssets
- Open attributes inspector, look at the top, in Image Set:
- change 'Render As' from 'Default' to 'Original Image'.
That's it.