diff --git a/tns-core-modules/ui/core/view/view.ios.ts b/tns-core-modules/ui/core/view/view.ios.ts index 2c1c5aed0..009ffbe70 100644 --- a/tns-core-modules/ui/core/view/view.ios.ts +++ b/tns-core-modules/ui/core/view/view.ios.ts @@ -225,8 +225,6 @@ export class View extends ViewCommon { const { sizeChanged } = this._setCurrentLayoutBounds(left, top, right, bottom); this.updateBackground(sizeChanged); this._privateFlags &= ~PFLAG_LAYOUT_REQUIRED; - // NOTE: if there is transformation this frame will be incorrect. - this._cachedFrame = this.nativeViewProtected.frame; } public focus(): boolean {