Vuforia AR按钮可以打开另一个视图或应用程序吗?

时间:2012-09-20 09:36:56

标签: iphone unity3d augmented-reality

我正在使用unity和vuforia扩展程序创建应用程序。当应用程序识别图像时,它应该在其上方显示一个按钮,当用户按下它时,我想显示一个照片库。有没有办法让这个按钮触发显示另一个UIView?或者显示另一个应用程序?

1 个答案:

答案 0 :(得分:1)

是的,你绝对可以做到这一点。有资源可以教你如何创建一个插件,你可以启动外部UIView。例如:http://forum.unity3d.com/threads/56755-Unity-plugin-to-handle-loading-native-Cocoa-UI-s-with-ease

此外,您可以使用Apple的URL方案打开另一个应用程序,如下所述: https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html