-
Notifications
You must be signed in to change notification settings - Fork 28
Description
When using the library with device that it's main language is RTL (right to left) the right/left arrows are replacing positions and it's a little bit confusing.
Beside fix the arrows to not be language directional, I'd like to suggest add an configuration option to use up/down arrows thats won't make this problem with RTL languages to be so visible and also allow choose different appearance.
It will be awesome if this configuration will be in the AppDelegate.swift so it will change it all over the application.
In additional to the last sentence I'd like to ask adding an option to change the buttons as UIBarButtonItem and not just as text, so we will be able to change it to buttons like Done, Save etc. that already found as default in the iOS and also translating automatically and make the button bold in some cases, right now the only way to do that is to config it manually to each UITextField, it will be much better to have an option to change that at the AppDelegate.swift.
Thanks,
Ido.