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