allowsContentScaling is not working for QuickLook AR model

User is able to pinch zoom in and out the AR model.

I have tried 2 ways:

  1. Added "#allowsContentScaling=0" at the path of .usdz.

  2. let item = ARQuickLookPreviewItem(fileAt: (fileLocationURL! as URL)

    item.allowsContentScaling = false

Both above cases are not working. Kindly suggest what other way I can use to restrict the scaling of the AR model in QuickLookPreviewController.

Thanks in advance.

allowsContentScaling is not working for QuickLook AR model
 
 
Q