serdar aylanc
serdar aylanc

Reputation: 1347

swift - Tab Bar selected image is not displayed

I have a different Selected Image for each Tab Bar Items. I gave the correct file name under Attributes Inspector -> Tab Bar Item -> Selected Image. But all I got is blue tint over my images. Selected Image does not displays.

Tried setting the image under User Defined Runtime Attributes. This doesn't work.

Upvotes: 0

Views: 2735

Answers (1)

Bista
Bista

Reputation: 7893

Select image in Assets.xcassets and set its 'Render as' property to Original image.

enter image description here

Upvotes: 11

Related Questions