With the introduction of SwiftUI, iOS developers have the ability to create apps using declarative syntax. SwiftUI doesn’t support ARKit in the declarative format. Nonetheless, this shouldn’t stop developers from working with the latest technologies even when ARKit is built primarily for UIKit.
Understanding the mechanism for integrating ARKit with SwiftUI
Displaying ARView in SwiftUI
Integrating the Coordinator architecture
Handling ...