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: