PeterStaev / nativescript-image-swipe

A NativeScript widget to easily :point_up_2: and :mag: through a list of images
Apache License 2.0
35 stars 21 forks source link

Unable to changing background color on IOS #27

Closed anki247 closed 5 years ago

anki247 commented 6 years ago

First of all thx for providing this plugin 👍 On IOS it is not possible to change the background color like shown on usage hunk.

Workaround: For now I just comment the following line on /node_modules/nativescript-image-swipe/image-swipe.ios.js So far I do not recognize any side effect...


// view.backgroundColor = utils.ios.getter(UIColor, UIColor.blackColor);