views:

353

answers:

0

I've been playing around with ARkit [http://www.iphonear.org/][1] ARKit comes with a demo project that implements everything in the AppDelegate and does not make use of separate ViewController files.

I have been trying to get the demo to work using a ViewController rather than just using the Delegate.

Has anyone done this successfully? If so could you give some pointers on how?

I would have thought this would have been easy to do but so far all I get is a white screen.