UIImageViewAlignedSwift icon indicating copy to clipboard operation
UIImageViewAlignedSwift copied to clipboard

The original unaligned image appear when presenting a UIAlertController, overlapping with the aligned image.

Open rickymohk opened this issue 5 years ago • 5 comments

I have a UIImageViewAlignedSwift in a table cell. When I present a UIAlertController, the underlying image show up and overlapping with the aligned image. Device: iPhone 6s Plus iOS Version: 13.5.1

rickymohk avatar Jun 05 '20 02:06 rickymohk

I have a similar problem... A little more complicated due to the complexity of my app, but when I return to a UIViewController with an UIImageViewAlignedSwift, it shows a previous image overlapping the new.

miajed avatar Jun 23 '20 19:06 miajed

Same -- anyone been able to resolve this?

mvjpalsson avatar Jul 02 '20 04:07 mvjpalsson

Same issue here.

This PR fixed it for me from a quick test:

https://github.com/sochalewski/UIImageViewAlignedSwift/pull/29

tagy avatar Aug 07 '20 13:08 tagy

Just put super.image = nil in the setup method fixed it for me.

RCaroff-Molotov avatar Feb 16 '21 10:02 RCaroff-Molotov

this issue is still present, @RCaroff-Molotov had a good proposal which fixed it for now, any updates on resolving that issue sooner or later?

lobo87 avatar Sep 09 '21 06:09 lobo87