Disable minimum frame durations for CoreAnimation on phone

This commit is contained in:
Salman Ahmed
2021-12-07 05:47:50 +03:00
parent 82d2b06008
commit d3c0801320
2 changed files with 4 additions and 0 deletions

View File

@@ -38,5 +38,7 @@
<true/>
<key>UIRequiresFullScreen</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>

View File

@@ -40,5 +40,7 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>