You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate iOS app framework to required UIKit scene-based lifecycle (#1503)
* Migrate iOS application framework to required UIKit scene-based lifecycle
* Update the Vulkan sub-view to match parent view dimensions on rotation
* Add touchscreen input handling to iOS application framework
* Update copyright date in iOS info.plist file
* Update copyright in new SceneDelegate.h and SceneDelegate.m files
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
35
-
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
0 commit comments