How to change cancel button title in UIImagePickerController?

前端 未结 6 1500
再見小時候
再見小時候 2021-01-15 06:46

Currently I\'m working on a multi-language application and I want to change the Cancel ,Use and Retake button titles of the UIIm

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-15 07:17

    Just add needed localizations in your project:
    1) Select project file;
    2) Select your project in "Project and Targets" list;
    3) Select "Info" (in top part of screen);
    4) Add needed languages in "Localizations" section.

提交回复
热议问题