In QLPreviewControllar
How to Remove Down Arrow
and onclick option popup behind right side of doc title in navigation bar
and also remove more button and onclick option popup in doc thumb bar in iPad.
and
And also remove share button in iPhone
I use this method for disable but not proper solved issue.
func previewController(_ controller: QLPreviewController, editingModeFor previewItem: QLPreviewItem) -> QLPreviewItemEditingMode {
return .disabled
}
Please help me for find this solution.
NOTE: this issue in iOS 16