I want to know how we can change the title bar of the UIImagePickerController navigation bar. I tried several ways, but could not do it.
tried the following methods
imgPicker.title = [NSString stringWithString:@"My Name"]; imgPicker.navigationItem.title = [NSString stringWithString:@"My Name"];
But he still gives me a default name called "Photo Albums." Can anyone tell me how to do this? ....
Thanks....
iphone uiimagepickercontroller
Damitha raveendra
source share