[iOS 26] UIVideoEditorController preview's top bar is overlapping with parent view controller

Applicaiton is built with WebKit and native camera view controller . Issue is seen always when presenting a UIVideoEditorController class on top of MainVC(webKit).

Please refer the attached image

Code:

 self.videoEditor.modalPresentationStyle = UIModalPresentationFullScreen;
 [viewController presentViewController:self.videoEditor animated: YES completion:nil]; 

Could you open a bug report, include a sample project that reproduces the issue, and post the FB number here once you do? Bug Reporting: How and Why? has tips on creating your bug report.

Please find the feedback ID: FB19754948

Attached the sample project in the above feedback, which demonstrates the issue.

Any update on this issue?

[iOS 26] UIVideoEditorController preview's top bar is overlapping with parent view controller
 
 
Q