Skip to content

Animated Alert View for ARKit with editable text and button title.

Notifications You must be signed in to change notification settings

ayan-das1234/ARAlertView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ARAlertView

Animated Alert View for ARKit with editable text and button title.

Drag and Drop the ARAlertView.swift file in your app folders and the ARAlertView.scn asset in your art.scnassets folder.

in your view controller, initialise

let arAlertView = ARAlertView(alertText: "Alert text here", buttonText: "OK", buttonColor: .blue)

then call arAlertView.show(in : sceneView) to show the alert

then perform a hit test on the scene to remove by calling

arAlertView.remove(from: sceneView)

About

Animated Alert View for ARKit with editable text and button title.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%