Skip to content

Commit 91cfe15

Browse files
committed
setting correct frame
1 parent 369757a commit 91cfe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/src/Platform/iOS/ViewExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public static async Task UpdateBackgroundImageSourceAsync(this UIView platformVi
415415
{
416416
Name = BackgroundLayerName,
417417
Contents = backgroundImage.CGImage,
418-
Frame = platformView.Bounds,
418+
Frame = platformView.Frame,
419419
};
420420
platformView.InsertBackgroundLayer(backgroundLayer,0);
421421
}

0 commit comments

Comments
 (0)