Anpassen Schaltfläche "zurück" für UIImagePickerController?

Anpassen Schaltfläche Anpassen "Foto-Album" back navigation-Taste, um "Foto" in UIImagePickerController?

Ich versuche mein Glück

Jede Idee, wie Sie die Foto-Album zurück Schaltfläche navigation.

UIImagePickerController *albumPicker = [[UIImagePickerController alloc]init];
[albumPicker setDelegate:self];

[albumPicker setSourceType:UIImagePickerControllerSourceTypePhotoLibrary];
popOverController = [[UIPopoverController alloc]initWithContentViewController:albumPicker];

[popOverController presentPopoverFromRect:CGRectMake(0,0,templatePhotoPlaceholderView.frame.size.height/2,templatePhotoPlaceholderView.frame.size.height) inView:templatePhotoPlaceholderView permittedArrowDirections:UIPopoverArrowDirectionAny animated:NO];
[popOverController setPopoverContentSize:CGSizeMake(320, 480)];
[albumPicker release];

Möchte ich zum anpassen der Foto Alben Sie zu Foto gezeigt hat, in Bild und Gespeicherte Fotos auf Foto ' s
Wie Sie dies tun, ich versuche es seine nicht funktioniert für mich

  • Keine Ahnung von der Foto-album-Taste angepasste UIImagePickercontroller
InformationsquelleAutor user891268 | 2011-09-20
Schreibe einen Kommentar