Skip to content

Commit e566096

Browse files
committed
IOS cap MaxFps = 30;
1 parent 2cdcdbc commit e566096

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/MauiProgram.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ public static MauiApp CreateMauiApp()
4343
builder.Logging.AddDebug();
4444
#endif
4545

46+
#if IOS
47+
Super.MaxFps = 30;
48+
#endif
49+
4650
return builder.Build();
4751
}
4852

0 commit comments

Comments
 (0)