"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Returning a 2D overlay instead of 3D in ImageTargets

Hi

I've been working with Vuforia for almost a year now via Android. As far as Android goes, I'm pretty familiar with the structure of the Vuforia workflow. But now Im trying to create the same type of app in iOS as I created for Anroid. I am using the ImageTargets example as a base for my app. In Android I customized the app to rerutn a simple 2D overlay (not openGL . Just an ImageView), which catches the event of Vuforia recognizing a particular target via the onResume() function. It basically pulls out the name of the target and then references a corresponding ImageView according to the name of the target.

What I'm trying to figure out is which function in the iOS version does the same thing as onResume() does in Android? Where is the part where the actual marker is recognized and the marker info is pulled from the data set?

Thanks in advance