Using UIModalPresentationOverFullScreen with interactive dismissal blanks presenting VC

Originator:oliver.drobnik
Number:rdar://20069328 Date Originated:6 March 2015
Status:Open Resolved:
Product:iOS Product Version:iOS 8.3 (12F5037c)
Classification:UI/Usability Reproducible:Always
 
Summary:
When using UIModalPresentationOverFullScreen instead the default or UIModalPresentationFullScreen presentation mode, interactively dismissing the presented VC first shows the presented VC, but upon completion of the dismissal the presenting VC's view goes black.

Steps to Reproduce:
1. Open the provided sample app in Xcode
2. In the story board change the presentation mode of the segue to UIModalPresentationOverFullScreen
3. Run the app
4. Tap on Open
5. Begin to interactively dismiss the presented VC by making a closing pinch gesture
6. Pinch close enough to fully dismiss the VC

Expected Results:
- the appearing presenting VC should remain visible

Actual Results:
- the re-appearing presenting VC goes to black after the transition concludes

Version:
iOS 8.3 (12F5037c)

Notes:


Configuration:
iPhone Simulator

Attachments:
The mentioned TransitionTest sample app can be found at https://github.com/cocoanetics/radarsamples

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!