mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #2648 from NathanWalker/fix-ios-image
fix(iOS): image._setColorTint is not a function fix
This commit is contained in:
@ -161,7 +161,7 @@ export class ImageStyler implements style.Styler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static resetColorProperty(view: view.View, nativeValue: any) {
|
private static resetColorProperty(view: view.View, nativeValue: any) {
|
||||||
var image = <Image>view.ios;
|
var image = <Image>view;
|
||||||
image._setTintColor(null);
|
image._setTintColor(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user