We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdcdbc commit e566096Copy full SHA for e566096
1 file changed
src/app/MauiProgram.cs
@@ -43,6 +43,10 @@ public static MauiApp CreateMauiApp()
43
builder.Logging.AddDebug();
44
#endif
45
46
+#if IOS
47
+ Super.MaxFps = 30;
48
+#endif
49
+
50
return builder.Build();
51
}
52
0 commit comments