【发布时间】:2009-10-08 23:59:46
【问题描述】:
我有以下代码:
SecondViewController *secondView = [[SecondViewController alloc] initWithNibName:@"SecondViewController" bundle:nil];
[imagePicker setSourceType:UIImagePickerControllerSourceTypeCamera];
[imagePicker setCameraOverlayView:secondView.view];
[imagePicker setShowsCameraControls:NO];
[self presentModalViewController:imagePicker animated:YES];
我的问题是:如何从“SecondViewController”中关闭 ModalViewController?
【问题讨论】:
标签: iphone uiimagepickercontroller iphone-sdk-3.1