1

I am working with a basic UIImagePickerController. I have read about camera overlays and am not ready / don't need to dive into that world yet.

After the user takes a photo, the UIImagePickerController displays a "Preview" screen. All I want to do is change the text on the button on the preview screen from "Use" to "Upload".

It seems to me that there should be a very easy way to access this, but I have found very few references to the "Preview" screen.

Any assistance would be appreciated.

Chris
  • 5,485
  • 15
  • 68
  • 130

1 Answers1

2

That functionality is not exposed in the SDK. There is no way to customize the Preview screen.

Ole Begemann
  • 135,006
  • 31
  • 278
  • 256