PEPhotoCropEditor
PEPhotoCropEditor copied to clipboard
Requires resorting to hacks to provide localized strings beyond English/Japanese
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.