我正在嘗試使用ARKit,以便在我的應用程序之一中啓用增強現實。擴展ARKit視圖
我能夠通過這樣做是爲了添加ARViewController:
ParkingAppDelegate *appDelegate = (ParkingAppDelegate *)[[UIApplication sharedApplication] delegate];
arvc = [[ARViewController alloc] initWithDelegate:self];
//add the button to the view
[arvc.view addSubview:button];
[[appDelegate window] addSubview:arvc.view];
但我不能刪除它,然後回到我的應用程序...
你有什麼想法?
謝謝
我試圖用一些方法有: - 解僱模態控制器 - removeFromSuperView 但它沒有工作...你有什麼想法? – Rob 2010-10-28 14:49:45