I'm trying to use an external image as a tab bar button. I've seen this with few apps so I thought I'd give it a go.
How can I resolve this?
CodePudding user response:
Try to add RenderingMode to your image
UIImage(named: "tablogo")?.withRenderingMode(.alwaysOriginal)