Label should clip content

This commit is contained in:
Panayot Cankov
2017-03-10 13:26:49 +02:00
parent 5ed78aa521
commit 3cb5b0fdb3

View File

@@ -129,6 +129,7 @@ export class Label extends TextBase implements LabelDefinition {
value = uiColor ? uiColor.CGColor : null;
}
this._setNativeClipToBounds();
this.nativeView.layer.backgroundColor = value;
}