Hi Everyone,
I want to know how we can change the navigation bar title of UIImagePickerController. I tried several ways but couldn't do it.
tried the follwing ways,
imgPicker.title = [NSString stringWithString:@"My Name"];
imgPicker.navigationItem.title = [NSString stringWithString:@"My Name"];
But it still gives me the default title called "Photo Albums".Can anyone please tell me how to do it?....
Thanks....