nohana / NohanaImagePicker

A multiple image picker for iOS app.
Apache License 2.0
224 stars 57 forks source link

Navigation Bar Language #96

Closed Coooi closed 6 years ago

Coooi commented 6 years ago

Hi dev team,

Is there a way to change the navigation bar buttons text and also the bottom bar label text? Specially for Cancel, Done buttons.

Cheers, Marco

haranicle commented 6 years ago

Hi @Coooi

You can change toolbar title with picker.config.

picker.config.strings.toolbarTitleNoLimit = "🐷 %ld"
picker.config.strings.toolbarTitleHasLimit = "🐷 %ld / %ld"

But, there is no way to change title of navigation bar buttons, because it is implemented with UIBarButtonSystemItem.

Ofcourse, you can change implementations and we welcome patches.

Thank you.

Coooi commented 6 years ago

Many thanks, @haranicle. You may close this issue. Cheers, Marco

haranicle commented 6 years ago

Cheers, 😉