Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 1, 2024. It is now read-only.
/Xamarin.FormsPublic archive

Commit44b8729

Browse files
authored
Fix iOS 16 TitleView measurement (#15667)
* Update ShellPageRendererTracker.cs* Update ShellPageRendererTracker.cs* Add on parent* Revert "Add on parent"This reverts commit8f0dc6c.* Revert "Update ShellPageRendererTracker.cs"This reverts commit2f947b6.
1 parent8489c71 commit44b8729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Xamarin.Forms.Platform.iOS/Renderers/ShellPageRendererTracker.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ public override CGRect Frame
417417

418418
publicoverridevoidWillMoveToSuperview(UIViewnewSuper)
419419
{
420-
if(newSuper!=null)
420+
if(newSuper!=null&&newSuper.Bounds!=CGRect.Empty)
421421
{
422422
if(!Forms.IsiOS11OrNewer)
423423
Frame=newCGRect(Frame.X,newSuper.Bounds.Y,Frame.Width,newSuper.Bounds.Height);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp