You can easily use echoAR as a backend for your Swift for iOS project by following these steps:
Clicking the button in the top header bar allows you to directly download the echoAR SDK for Swift.
Open up Xcode and select create new Xcode project.
Select iOS -> Augmented Reality App
and click next
.
Name your project, select an organization, and select SceneKit
under Content Technology
.
Unzip the SDK file and drag the files into your iOS application folder.
In the EchoAR.swift
file, change the api_key
variable to your API key.
That's it! π
If you already have an app built using a single view application and donβt want to reconfigure it as an AR Project, you can create an ASCN view in the interface builder and connect it to the view controller provided in the Swift SDK.