[Quicklook - iOS 16] How to disable the sharing ItemGroup besides the title in quicklook?

Hello,

I’m trying to hide the share icon in iOS 16. 

In iOS 16, quicklook has an item group ('V') just alongside the title in the navigation bar. This item icon displays share sheet to download, share, and save the video.

How could I hide/ get rid of it?

I tried navigationController?.navigationItem.rightBarButtonItems = nil And it didn’t work (and actually shouldn’t), because this item is no longer in the right section

Thanks!

Note: When setting Edit to false the last two items are gone (but the first choice still exist) QLPreviewController.setEditing(false, animated: false)

[Quicklook - iOS 16] How to disable the sharing ItemGroup besides the title in quicklook?
 
 
Q