sochalewski / UIImageViewAlignedSwift

A UIImageView subclass which allows you to align the image left/right/top/bottom, even when contentMode is AspectFit. Swift now.
MIT License
236 stars 67 forks source link

Fix original image reset on tvOS #35

Closed RCaroff-Molotov closed 3 years ago

RCaroff-Molotov commented 3 years ago

The imageView was reset only for iOS 11, I've found the bug also on tvOS. Just updated #available condtions.