[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?

Issue resolved when presenting the CameraViewController over the root view controller with `UIModalPresentationStyle.fullScreen'. It introduced a new problem: the title color is now black, and the parent view controller's background color needs to be black, making the title unreadable.

I have already tried setting tintColor and titleTextAttributes for the UIVideoEditorController's navigation bar, but these did not resolve the issue. Setting the background color for the UIVideoEditorController's navigation bar also does not seem to be a suitable solution, as demonstrated in the attached video.

Please refer the sample application for more details in the feedback: FB19754948

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