导航

2014年4月1日

摘要: // Create a new popover controller that will display the imagePicker imagePickerPopover = [[UIPopoverController alloc] initWithContentViewController:imagePicker]; [imagePickerPopover setDelegate:self]; // Display the popover controller; sender// is the camera bar button item[imagePickerPopover prese 阅读全文

posted @ 2014-04-01 21:52 0304 阅读(278) 评论(0) 推荐(0)