ARUI - iOS AR Library
Published:
What is ARUI?
While building an Augmented Reality app in iOS, develoeprs need to spend time in handling all the ARkit specific details and sceneKit related code to setup an AR UI and then worry about the positioning and sizing the UI elements in AR. This library lets the developer specify a UI in the form of an Xib file and then parses the Xib file and creates an AR UI by resizing all the UI elements and arranging them to their relative positions in AR.
Example Project Images/GIFs
Example App Demo
The Xib file which is parsed to create the UI
The AR UI generated by the pod
The library is available as a cocoapod. For more information on how to use this pod, head to the github project page