UIImageViewAlignedSwift icon indicating copy to clipboard operation
UIImageViewAlignedSwift copied to clipboard

Extends from UIView instead of UIImageView to fix iOS13 image duplicate

Open thermech opened this issue 4 years ago • 2 comments

There was a lot of case that cause to image of the UIImageView to be duplicate

So it's better to cut the intermediate and extends from UIView instead of UIImageView to fix iOS13 image duplicate

thermech avatar Nov 26 '19 14:11 thermech

Looks like https://github.com/sochalewski/UIImageViewAlignedSwift/tree/c92b9c62fad8e9311d92c320e8c1cda78b304c88#why-a-subclass-of-uiimageview-and-not-a-standard-uiview must be updated. And also by this change the library would not be a drop-in replacement for UIImageView anymore (so you will not be able to use the view in Storyboard/xib simply).

ikesyo avatar Feb 03 '20 02:02 ikesyo

any updates on this?

dcAccedo avatar Aug 15 '20 15:08 dcAccedo