Skip to content

Sample code demonstrating the problem described in FB7216070

Notifications You must be signed in to change notification settings

correia/radar-fb7216070

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based on Apple sample code.

Summary:

Requesting a scene session refresh in certain states can cause scene windows to go blank/black.

Steps to Reproduce:

Build and run the attached sample code. See the code and detailed comment in SceneDelegate.sceneWillResignActive(_:).

Once the application is running, transition slowly into the application picker, and then wait.

Two seconds after you initiate the transition, the application request a scene refresh to simulate sync data coming in off the network that requires a UI state update.

On an iPad, this bug can also happen if a scene session refresh is made while in 2-up mode, and moving the splitter.

Expected Results:

The UI state updates. (In this sample app, there should be no visual change.)

Actual Results:

The application window goes blank/black and becomes unusable.

Version/Build:

iOS 13.1 b2

Configuration:

This problem happens on all device/hardware classes.

About

Sample code demonstrating the problem described in FB7216070

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages