change 3
Good news and bad news. The good news is that in the Connection Inspector, by disabling the UIToolbar overlay and connecting the UIImageview, I see theKing , but then - bad news - I do not see the UIToolbar, which I also need. So now the question is, how can the user return to the calling VC when he / she finishes here? How can both the toolbars and the image be part of the overlay, or will the “go back” toolbar be displayed in a non-overlay view or something else? Or how can I make both a toolbar and an image on an OverlayViewController?
change 3
change 2
setupImagePicker in OverlayViewController.m .
- (void)setupImagePicker:(UIImagePickerControllerSourceType)sourceType { self.imagePickerController.sourceType = sourceType; if (sourceType == UIImagePickerControllerSourceTypeCamera) {
change 2
change 1
This is a link to sample PhotoPicker code .
change 1
change 0
Has anyone tried this on an iPhone instead of an iPad? I don’t have an iPhone, but today I read a book by Matt Neuburg where he says that UIImagePicker works differently on two devices.
change 0
I do not see the image I'm trying to overlay on the camera image in UIImagePicker. No matter how I add the IBOutlet, as a property or not, the image does not appear, but the overlaid toolbar looks great. Why?
OverlayViewController.h with theKing IBOutlet added to Apple code example and then commented out.
OverlayViewController.m with property for theKing IBOutlet added to Apple sample code.
I do not see theKing image when executing code on iPhone. Below is a view of the element that I added, showing some of the connections made. No errors occur, but I do not see the image, only UIToolbar is added.

zerowords
source share