augmented-reality

Extiting the ARKit view

Hi guys, I'm trying to work with ARKit in order to enable Augmented Reality in one of my applications. I'm able to add the ARViewController by doing this : ParkingAppDelegate *appDelegate = (ParkingAppDelegate *)[[UIApplication sharedApplication] delegate]; arvc = [[ARViewController alloc] initWithDelegate:self]; //add the button to...