-1

How can we change the title of the done button in NohanaImagePicker?

koen
  • 5,383
  • 7
  • 50
  • 89
  • 2
    Instead of giving downvote, please suggest the new contributor that what should be done. @Vrinda, Can you please share more detail that what you tried to do that? What is nohana? – mAc Mar 12 '20 at 11:32
  • Welcome, Vrinda. Check [this](https://stackoverflow.com/help/how-to-ask) out before asking questions on Stackoverflow. Good luck with finding your answers! – faris97 Mar 12 '20 at 11:40
  • sometimes, it might be easier to drop a question in the library's repo or check their readme to see where the contributors are listening to. Is this the one? https://github.com/nohana/NohanaImagePicker – govi Mar 12 '20 at 12:32
  • @VrindaMittal have you got your answer? – Faysal Ahmed Mar 13 '20 at 09:50

1 Answers1

0

NohanaImagePicker is a library to pick multiple images or videos from photos. It's used system done button on the navigation bar. It has no reference in the ViewController class.

If you really want to change the bone button text then you need to manually add the library in your project.

Then open NohanaImagePicker.storyboard from the library directory.
You can see the done button on the navigation bar. Probably in two ViewController. In this way, you can change the done button text.

Faysal Ahmed
  • 7,501
  • 5
  • 28
  • 50