Post

Replies

Boosts

Views

Activity

Reply to Cannot pause and deallocate ARSession using SwiftUI and ARKit
Just implement the function on your UIViewRepresentable struct like this: static func dismantleUIView(_ uiView: ARView, coordinator: ()) { uiView.session.pause() }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to How to convert Data into struct in Swift
not json,just binary data,the data came from 360 camera with bluetooth or wifi link ,it will call this function when data is prepared ,and I wanna use this gyro info in my Swift program
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22