Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image not displaying correctly inside a Navigation item #8

Closed
peter-w-williams opened this issue Sep 8, 2019 · 2 comments
Closed
Labels

Comments

@peter-w-williams
Copy link

If you use the image inside a navigation item it displays as a blue rectangle. The following modifier is required on the image to prevent this issue .renderingMode(.original),

An example is shown below

TransitioningImage.init(placeholder: placeholderImage?.resizable().renderingMode(.original),
finalImage: remoteImage.load(url: url).image?.resizable().renderingMode(.original),
transitionType: transitionType)
}

@cmtrounce
Copy link
Owner

@peter-w-williams thanks for this, I'll see what can be done to resolve this.

@cmtrounce
Copy link
Owner

Hi @peter-w-williams , version 0.2.2 allows support for providing the desired image rendering mode. Please take a look at the updated README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants