QuickLook

RSS for tag

Create previews of files to use inside your app or perform simple edits on previews using QuickLook.

Posts under QuickLook tag

154 Posts

Post

Replies

Boosts

Views

Activity

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: 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.
0
0
1k
Feb ’23
AR Quick Look Custom Banner styles
Hey! I'm using AR Quick Look to show some products. I'm using a custom HTML banner for my call to action button while in Quick Look. I am really struggling to change the background color of the banner and the font. Both are currently stuck on white and unreadable. I can't find styling details or tutes anywhere, which is odd. Can anyone steer me in the right direction for text and banner background color styles for this? Thanks in advance! Morgan
1
0
1.5k
Dec ’22
showing QLPreviewController in a containerView
I see there is not many answers about quicklook posts I have an IOS app which display items in a QLPreviewController and it works well when I presenty the QLPreviexwController. Now I want to change the presentation: I want a ViewController with 2 viewContainer: One for informations about the object represented by quicklook, and the other with the previewController itself. When I run the nw App, I don’t see the preview in the second viewContainer. The function numberOfPreviewItems is called, but previewItemAt is never called. Do you think it is not possible to show a quicklook item in a viewContainer?
0
0
1.2k
Dec ’22
Can someone review this log and tell me if suspcious
Hello, (sorry for long log attached within) There has been concern (long story) that my secondary apple ID, phone was somehow linked or registered within an app developer or anything other then default and looking for clarification. This log is directly from the phone/apple ID and the log was generated with a credible source. The apple ID/phone should not be associated with anything and no APP dev account should be associated within the log. Additionally my phone/apple ID that this log is associated with I am wondering if someone can tell me if there is anything to support or speculate that the phone is being shared or bundled in some fashion of any kind to share data, location, apps, or if there is anything such as coding of any kind that is anything other then what your standard phone would look like right out of the box with default settings. It's my suspicion that the apple id/phone log would support the issues that's been present of many issues that can be explained later. Any help would be greatly [appreciated.]( Log of Apple ID/phone in question - https://developer.apple.com/forums/content/attachment/7c971c69-4a7c-43a4-b5e4-42e9e180d161 )
15
1
15k
Oct ’22
QLPreviewController Crash on iOS 16 simulator devices running on M1 Mac
Whenever I tap to open pdf using the QLPreviewController, on an iPhone 14 Pro iOS16 simulator device on Xcode 14.0.1 on a M1 machine, I get a crash with the following call stack: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil' terminating with uncaught exception of type NSException CoreSimulator 857.7 - Device: iPhone 14 Pro (2F98B4D2-2D19-49D7-AD35-D62A26424E9A) - Runtime: iOS 16.0 (20A360) - DeviceType: iPhone 14 Pro The above do not happen if I run on a real device. Any ideas?
1
1
1.2k
Oct ’22
WKWebView slow loading xlsx file
Hi, I am currently using WKWebView to load a large xlsx file. The file size is about 2.9M with total 16 sheets and some of the sheets has around 800 by 400 cells. After the app was launched and running, it takes more than 30s to display. I did some tests and it seems the problem is caused by the size of the sheet. when i removed the data in those big sheets, the loading time can be reduced to few seconds. Do you have any suggestion if there’s better way to speed up the loading time? BTW, MS Excel loads the same file in 1 second. Thanks a lot in advance.
0
0
1.6k
Oct ’22
[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!
1
1
1.3k
Oct ’22
Quicklook Thumbnailing not working in iOS 16 betas
Our app has a custom file format and implements a Quicklook Thumbnailing extension. In iOS 16 (through to the latest beta 8 release) thumbnails are not generated in the Files app. And also are not returned for calls to QLThumbnailGenerator. Apple's sample app for this shows the same problem: https://developer.apple.com/documentation/uikit/view_controllers/building_a_document_browser_app_for_custom_file_formats I rolled back to iOS 15 to be sure and both our app and Apple's sample work there but fail in iOS 16. The console shows: error 13:34:59.136343-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.136801-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.137602-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.137767-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.137841-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.137948-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.138159-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.138283-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.620873-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.621362-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.622256-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block I filed feedback at the start of August (FB11066418) but have had no response. Is anyone else seeing this issue?
3
1
3.0k
Oct ’22
AR Quick Look Ipad bug with Chrome and firefox
We used AR quick look application to develop our personal augmented reality. At this link:  ar.robilant.it/fafema-faemina you will find the example in question. While from iphone it works fine, using any IPAD the "view in space" button appears and works well from Safari, but does not appear at all using the Firefox browser, while using Google Chrome the button appears but does not activate augmented reality.
0
1
1.9k
Sep ’22
How to modify in runtime the materials of a downloaded USDZ file and save it locally?
I am trying to configure the materials of a downloaded USDZ file and then save it in the Documents folder as a new USDZ file. Currently, I am using the ModelEntity class but I have two problems: I should modify the materials by using their names, but this class just seems that I can access the list of materials and eventually replace them but without knowing their name; I have no idea how to save it in the local Documents folder as a new USDZ file in order to pass the URL to the AR QuickLook controller to display the modified file in AR. Probably I should change my approach by using other classes. Could anyone give me some advice on how to proceed to achieve my goal? I would really appreciate any help.
0
0
831
Jul ’22
USDZ in AR QuickLook flies on camera level, does not acknowledge the world/camera
I’m trying to use QuickLook AR to show a 3D ThreeJS model in AR on iOS. Exporting my 3D object to USDZ using the Three USDZ exporter works fine. When opening the USDZ file in XCode everything seems to be fine. Though, when opening the USDZ in QuickLook AR, the 3D model is flying above the ground, on my camera’s Y level. The camera PoV is positioned exactly in the middle of the X and Z axis of the 3D model and at the bottom of the Y level. I have another problem with opening the USDZ in QuickLook AR, which is; When opening the USDZ in QuickLook AR, the model is invisible at first. Then when I scale the model down to < 10%, the model becomes visible, though it does not scale in size at all. Also, the “Model” tab in QuickLook does not even show the 3D model. When switching between the “Model” and “AR” tabs, the model flies by really quick. For reference, I’ve added my USDZ model below. What I’m trying to accomplish is to position the 3D model in front of me, and for the 3D model to acknowledge the world shown by the camera. The 3D model should stick to walls, or at least the floor to begin with. Button click code: newScene.add(sceneRef) const pivot = new THREE.Object3D() newScene.add(pivot) pivot.add(sceneRef) // position the object on the pivot, so that it appears 5 meters // in front of the user. pivot.position.z = -50 const yaxis = new THREE.Vector3(0, 1, 0) const zaxis = new THREE.Vector3(0, 0, 1) const direction = zaxis.clone() // Apply the camera's quaternion onto the unit vector of one of the axes // of our desired rotation plane (the z axis of the xz plane, in this case). direction.applyQuaternion(cameraRef.quaternion) // Project the direction vector onto the y axis to get the y component // of the direction. const ycomponent = yaxis .clone() .multiplyScalar(direction.dot(yaxis)) // Subtract the y component from the direction vector so that we are // left with the x and z components. direction.sub(ycomponent) // Normalize the direction into a unit vector again. direction.normalize() // Set the pivot's quaternion to the rotation required to get from the z axis // to the xz component of the camera's direction. pivot.quaternion.setFromUnitVectors(zaxis, direction) // Finally, set the pivot's position as well, so that it follows the camera. newScene.getWorldPosition(cameraRef.position) newScene.updateMatrixWorld(true) iosExporter.parse(newScene).then((result) => { saveUSDZString(result, 'scene.usdz') }) saveUSDZString function: function saveString(text: any, filename: any) { save(new Blob([text], { type: 'application/json' }), filename) } save function: function save(blob: any, filename: any) { link.href = URL.createObjectURL(blob) link.download = filename link.rel = 'ar' let img = document.createElement('img') img.alt = 'hi' img.src = 'https://google.com/img' link.appendChild(img) link.click() } USDZ Model: https://wetransfer.com/downloads/2d2d2e840f9f964e036cd6077094c33220220630095321/a7f94b9f2bc730fead9107bf133e175220220630095338/193b81?utm_campaign=WT_email_tracking&utm_content=general&utm_medium=download_button&utm_source=notify_recipient_email
1
2
2.2k
Jul ’22
Problem with black background when taking a photo with AR Quick Look feature in iOS 15
Has the problem of the black background when taking a picture with the AR Quick look function in iOS 15 been resolved? I think it's a rather serious bug. On an iOS 15 device, go to the Quick Look page below and display any of the multiple 3D models in AR Quick Look; the background will be black when you take a picture with the AR Quick Look shooting function. https://developer.apple.com/augmented-reality/quick-look/ There are similar events below, but they do not seem to be addressed at all. https://developer.apple.com/forums/thread/691784
6
0
2.3k
Jun ’22
My App crashes, only in the preview.
My app runs flawlessly when simulated and when it is run on my iPhone. But in the preview it crashes. I have included the crash logs. Thank you, Jude Crash Log:
Replies
3
Boosts
0
Views
2k
Activity
Feb ’23
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: 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.
Replies
0
Boosts
0
Views
1k
Activity
Feb ’23
AR Quick Look Custom Banner styles
Hey! I'm using AR Quick Look to show some products. I'm using a custom HTML banner for my call to action button while in Quick Look. I am really struggling to change the background color of the banner and the font. Both are currently stuck on white and unreadable. I can't find styling details or tutes anywhere, which is odd. Can anyone steer me in the right direction for text and banner background color styles for this? Thanks in advance! Morgan
Replies
1
Boosts
0
Views
1.5k
Activity
Dec ’22
showing QLPreviewController in a containerView
I see there is not many answers about quicklook posts I have an IOS app which display items in a QLPreviewController and it works well when I presenty the QLPreviexwController. Now I want to change the presentation: I want a ViewController with 2 viewContainer: One for informations about the object represented by quicklook, and the other with the previewController itself. When I run the nw App, I don’t see the preview in the second viewContainer. The function numberOfPreviewItems is called, but previewItemAt is never called. Do you think it is not possible to show a quicklook item in a viewContainer?
Replies
0
Boosts
0
Views
1.2k
Activity
Dec ’22
Can someone review this log and tell me if suspcious
Hello, (sorry for long log attached within) There has been concern (long story) that my secondary apple ID, phone was somehow linked or registered within an app developer or anything other then default and looking for clarification. This log is directly from the phone/apple ID and the log was generated with a credible source. The apple ID/phone should not be associated with anything and no APP dev account should be associated within the log. Additionally my phone/apple ID that this log is associated with I am wondering if someone can tell me if there is anything to support or speculate that the phone is being shared or bundled in some fashion of any kind to share data, location, apps, or if there is anything such as coding of any kind that is anything other then what your standard phone would look like right out of the box with default settings. It's my suspicion that the apple id/phone log would support the issues that's been present of many issues that can be explained later. Any help would be greatly [appreciated.]( Log of Apple ID/phone in question - https://developer.apple.com/forums/content/attachment/7c971c69-4a7c-43a4-b5e4-42e9e180d161 )
Replies
15
Boosts
1
Views
15k
Activity
Oct ’22
QLPreviewController Crash on iOS 16 simulator devices running on M1 Mac
Whenever I tap to open pdf using the QLPreviewController, on an iPhone 14 Pro iOS16 simulator device on Xcode 14.0.1 on a M1 machine, I get a crash with the following call stack: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil' terminating with uncaught exception of type NSException CoreSimulator 857.7 - Device: iPhone 14 Pro (2F98B4D2-2D19-49D7-AD35-D62A26424E9A) - Runtime: iOS 16.0 (20A360) - DeviceType: iPhone 14 Pro The above do not happen if I run on a real device. Any ideas?
Replies
1
Boosts
1
Views
1.2k
Activity
Oct ’22
WKWebView slow loading xlsx file
Hi, I am currently using WKWebView to load a large xlsx file. The file size is about 2.9M with total 16 sheets and some of the sheets has around 800 by 400 cells. After the app was launched and running, it takes more than 30s to display. I did some tests and it seems the problem is caused by the size of the sheet. when i removed the data in those big sheets, the loading time can be reduced to few seconds. Do you have any suggestion if there’s better way to speed up the loading time? BTW, MS Excel loads the same file in 1 second. Thanks a lot in advance.
Replies
0
Boosts
0
Views
1.6k
Activity
Oct ’22
[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!
Replies
1
Boosts
1
Views
1.3k
Activity
Oct ’22
Quicklook Thumbnailing not working in iOS 16 betas
Our app has a custom file format and implements a Quicklook Thumbnailing extension. In iOS 16 (through to the latest beta 8 release) thumbnails are not generated in the Files app. And also are not returned for calls to QLThumbnailGenerator. Apple's sample app for this shows the same problem: https://developer.apple.com/documentation/uikit/view_controllers/building_a_document_browser_app_for_custom_file_formats I rolled back to iOS 15 to be sure and both our app and Apple's sample work there but fail in iOS 16. The console shows: error 13:34:59.136343-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.136801-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.137602-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.137767-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.137841-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.137948-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.138159-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.138283-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block error 13:34:59.620873-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.621362-0700 LocalStorageFileProvider [ERROR] Creating internal error for "startFetchThumbnailOperationOverall", original error was: NSError: Cocoa 3328 "<private>" error 13:34:59.622256-0700 com.apple.quicklook.ThumbnailsAgent Failing <private>, which did not get a per-thumbnail download completion block I filed feedback at the start of August (FB11066418) but have had no response. Is anyone else seeing this issue?
Replies
3
Boosts
1
Views
3.0k
Activity
Oct ’22
Cannot disable share menu for QuickLook controller iOS16
Starting iOS16 navigation title has default share menu. Is there any APIs to disable it? I tried following but it didn't help: navigationItem.documentProperties = .init(metadata: LPLinkMetadata.init()) navigationItem.titleMenuProvider = { _ in UIMenu.init() }
Replies
0
Boosts
0
Views
894
Activity
Sep ’22
AR Quick Look Ipad bug with Chrome and firefox
We used AR quick look application to develop our personal augmented reality. At this link:  ar.robilant.it/fafema-faemina you will find the example in question. While from iphone it works fine, using any IPAD the "view in space" button appears and works well from Safari, but does not appear at all using the Firefox browser, while using Google Chrome the button appears but does not activate augmented reality.
Replies
0
Boosts
1
Views
1.9k
Activity
Sep ’22
Uploading Reviews to My Apps, having trouble.
I created a .mov video with QuickTime Player, tried to upload, got message requires 1080x1920, 1920x1080. Couldn't find a way in QuickTime to change aspect ratio to the required size. Or if there is a better way of uploading videos? Can anyone help?
Replies
1
Boosts
0
Views
743
Activity
Aug ’22
What is QLThumbnailErrorDomain Code=110?
Hi, when generating thumbnails I sometimes see the error "QLThumbnailErrorDomain Code=110". This happens to files which can be processed when trying again, so it is not an issue with the files in general. I could not find an error with that code here. Any ideas where to look and/or what causes this? Thanks, Michael
Replies
0
Boosts
0
Views
1.4k
Activity
Aug ’22
How to keep users from scaling or moving 3d models models in AR Quick Look?
Is there a way to lock in the model in place and also lock its size? I thinking for AR art it would make sense to do this.
Replies
1
Boosts
0
Views
1.8k
Activity
Aug ’22
Can FileProvider provide the full quicklook experience for PDF's?
For local files, it's an amazing feature to be able to space-bar open a PDF document and quickly swipe through the contents of it. How can I enable this for pdf files stored on a volume exposed by FileProvider? Thanks David
Replies
1
Boosts
0
Views
1.3k
Activity
Jul ’22
How to modify in runtime the materials of a downloaded USDZ file and save it locally?
I am trying to configure the materials of a downloaded USDZ file and then save it in the Documents folder as a new USDZ file. Currently, I am using the ModelEntity class but I have two problems: I should modify the materials by using their names, but this class just seems that I can access the list of materials and eventually replace them but without knowing their name; I have no idea how to save it in the local Documents folder as a new USDZ file in order to pass the URL to the AR QuickLook controller to display the modified file in AR. Probably I should change my approach by using other classes. Could anyone give me some advice on how to proceed to achieve my goal? I would really appreciate any help.
Replies
0
Boosts
0
Views
831
Activity
Jul ’22
USDZ in AR QuickLook flies on camera level, does not acknowledge the world/camera
I’m trying to use QuickLook AR to show a 3D ThreeJS model in AR on iOS. Exporting my 3D object to USDZ using the Three USDZ exporter works fine. When opening the USDZ file in XCode everything seems to be fine. Though, when opening the USDZ in QuickLook AR, the 3D model is flying above the ground, on my camera’s Y level. The camera PoV is positioned exactly in the middle of the X and Z axis of the 3D model and at the bottom of the Y level. I have another problem with opening the USDZ in QuickLook AR, which is; When opening the USDZ in QuickLook AR, the model is invisible at first. Then when I scale the model down to < 10%, the model becomes visible, though it does not scale in size at all. Also, the “Model” tab in QuickLook does not even show the 3D model. When switching between the “Model” and “AR” tabs, the model flies by really quick. For reference, I’ve added my USDZ model below. What I’m trying to accomplish is to position the 3D model in front of me, and for the 3D model to acknowledge the world shown by the camera. The 3D model should stick to walls, or at least the floor to begin with. Button click code: newScene.add(sceneRef) const pivot = new THREE.Object3D() newScene.add(pivot) pivot.add(sceneRef) // position the object on the pivot, so that it appears 5 meters // in front of the user. pivot.position.z = -50 const yaxis = new THREE.Vector3(0, 1, 0) const zaxis = new THREE.Vector3(0, 0, 1) const direction = zaxis.clone() // Apply the camera's quaternion onto the unit vector of one of the axes // of our desired rotation plane (the z axis of the xz plane, in this case). direction.applyQuaternion(cameraRef.quaternion) // Project the direction vector onto the y axis to get the y component // of the direction. const ycomponent = yaxis .clone() .multiplyScalar(direction.dot(yaxis)) // Subtract the y component from the direction vector so that we are // left with the x and z components. direction.sub(ycomponent) // Normalize the direction into a unit vector again. direction.normalize() // Set the pivot's quaternion to the rotation required to get from the z axis // to the xz component of the camera's direction. pivot.quaternion.setFromUnitVectors(zaxis, direction) // Finally, set the pivot's position as well, so that it follows the camera. newScene.getWorldPosition(cameraRef.position) newScene.updateMatrixWorld(true) iosExporter.parse(newScene).then((result) => { saveUSDZString(result, 'scene.usdz') }) saveUSDZString function: function saveString(text: any, filename: any) { save(new Blob([text], { type: 'application/json' }), filename) } save function: function save(blob: any, filename: any) { link.href = URL.createObjectURL(blob) link.download = filename link.rel = 'ar' let img = document.createElement('img') img.alt = 'hi' img.src = 'https://google.com/img' link.appendChild(img) link.click() } USDZ Model: https://wetransfer.com/downloads/2d2d2e840f9f964e036cd6077094c33220220630095321/a7f94b9f2bc730fead9107bf133e175220220630095338/193b81?utm_campaign=WT_email_tracking&utm_content=general&utm_medium=download_button&utm_source=notify_recipient_email
Replies
1
Boosts
2
Views
2.2k
Activity
Jul ’22
Problem with black background when taking a photo with AR Quick Look feature in iOS 15
Has the problem of the black background when taking a picture with the AR Quick look function in iOS 15 been resolved? I think it's a rather serious bug. On an iOS 15 device, go to the Quick Look page below and display any of the multiple 3D models in AR Quick Look; the background will be black when you take a picture with the AR Quick Look shooting function. https://developer.apple.com/augmented-reality/quick-look/ There are similar events below, but they do not seem to be addressed at all. https://developer.apple.com/forums/thread/691784
Replies
6
Boosts
0
Views
2.3k
Activity
Jun ’22
How to add a Banner in AR QuickLook?
I want to add a small banner to my AR model when viewed in QuickLook in my app. I haven't been able to find much information on this however I found this resource where it explains how to add it when you have a model on a website. My model is locally stored on the device so how would I add this?
Replies
0
Boosts
0
Views
1.2k
Activity
Jun ’22
How to add "annotations" to AR Model in QuickLook
How do I overlay an annotation/detail popup to AR Models in QuickLook? This was done with the WWDC Trading Cards AR Model. I haven't been able to find any other info on this. Here is an article which has an image of what I am referring to https://vrscout.com/news/apple-shows-off-ar-trading-cards-ahead-of-wwdc-2022/
Replies
0
Boosts
0
Views
1k
Activity
Jun ’22