User is able to pinch zoom in and out the AR model.
I have tried 2 ways:
-
Added "#allowsContentScaling=0" at the path of .usdz.
-
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.