flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
598 stars 40 forks source link

Fix UIImage Size #281

Closed rikner closed 5 years ago

rikner commented 5 years ago

The current code has correct behaviour when displaying images with various scale factors, but fails when programmatically relying on the size of a UIImage (which is e.g. 2x too big when scale == 2).