Change default title of right bar button in PHPickerViewController

945 views Asked by At

I'm implementing the new iOS 14 image picker PHPickerViewController. By default the right bar button has the title "Add". I want to change this to "Stamp". I tried the code below but it did not work. Does anyone know how to change the right bar button title for PHPickerViewController?

...          
let picker = PHPickerViewController(configuration: pickerConfiguartion)
picker.navigationController?.navigationItem.rightBarButtonItem?.title = "Stamp"

enter image description here

0

There are 0 answers