The original unaligned image appear when presenting a UIAlertController, overlapping with the aligned image.
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
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.
Same -- anyone been able to resolve this?
Same issue here.
This PR fixed it for me from a quick test:
https://github.com/sochalewski/UIImageViewAlignedSwift/pull/29
Just put super.image = nil in the setup method fixed it for me.
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?