Skip to content

Commit

Permalink
fix(iOS): image._setColorTint is not a function fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 31, 2016
1 parent 6bd1a11 commit 465b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tns-core-modules/ui/image/image.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class ImageStyler implements style.Styler {
}

private static resetColorProperty(view: view.View, nativeValue: any) {
var image = <Image>view.ios;
var image = <Image>view;
image._setTintColor(null);
}

Expand Down

0 comments on commit 465b5bf

Please sign in to comment.