nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

All Images appear upside down in IOS Only #21

Closed anaszgh closed 8 months ago

anaszgh commented 4 years ago

Platform: IOS CLI Version: 5.4.2 Core Modules Version: 5.2.0

Issue:

All images using NSImage appear in Upside down only on IOS, on android they appear normally

Usage:

      <NSImg
        roundedCornerRadius="50"
        roundBottomRight="true"
        roundBottomLeft="true"
        roundTopLeft="true"
        roundTopRight="true"
        row="2"
        [src]="loadBanner()"
        stretch="aspectFit"
        class="banner-home-image"
      ></NSImg>

Simulator Screen Shot - iPhone 6 - 2019-11-21 at 09 21 34

anaszgh commented 4 years ago

The error disappear when you remove the roundAsCircle= "true" or

        roundedCornerRadius="50"
        roundBottomRight="true"
        roundBottomLeft="true"
        roundTopLeft="true"
        roundTopRight="true"
farfromrefug commented 4 years ago

@anaszgh this issue was fixed quite some time ago. Are you using the latest plugin version? Is your cocoapod repo up to date? (to get a recent version of SDWebImage)