Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the fade transition when content modes differ
Previously runCrossDissolveWithContentMode was adding the transitionView to the imageView and settting the imageViews alpha to 0. This resulted in the image immediately disappearing since alpha of subviews are multiplied by the alpha of parent views.
- Loading branch information