I have seen variations of this question before in the forum, but I did not quite understand the solutions.
I have a regular ViewController that hosts a UIToolbar at the bottm. The toolbar has several UIBarbuttonItems for example one of them has: Style: Plain Identifier: Custom Title: Stop
Now I want it to display an image I heve provided So I add Image: MyImage.png
Now I get an opaque gray rectangle instead of my image.
Are there specific requirements from images that are to be show on a UIBarButtonItem? Size? Opcity? other?