You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to localize the texts into other languages too (and furthermore I prefer to rename "Constrain" to "Aspect ratio") which I've currently only managed to do by directly modifying the source itself, or by writing my own PECropViewController category that fishily overwrites the static bundle method to just return the default main bundle (this — replacing existing methods with category implementations — of course is the thing one should never do in real life). I'd greatly appreciate a way to replace the strings with those of my own without resorting to these fishy hacks.
The text was updated successfully, but these errors were encountered:
I need to localize the texts into other languages too (and furthermore I prefer to rename "Constrain" to "Aspect ratio") which I've currently only managed to do by directly modifying the source itself, or by writing my own
PECropViewController
category that fishily overwrites the staticbundle
method to just return the default main bundle (this — replacing existing methods with category implementations — of course is the thing one should never do in real life). I'd greatly appreciate a way to replace the strings with those of my own without resorting to these fishy hacks.The text was updated successfully, but these errors were encountered: