Need help for RTL Support
Currently, I'm reversing the controllers but I noticed that some menu item labels are having issues with RTL, the words are in LTR.
According to our translator, it's like this: (Assuming the words below in Arabic)
Ex: Ice Cream -> Cream Ice
It happens to the Menu Cell items that are dequeued.
Hoping some ideas on how this will be fixed, Thanks
you can refer to AWERTL library
This is a library that automatically supports RTL adaptation without much manual work and is highly customizable
https://github.com/bytedance/AWERTL
Need help for RTL Support Currently, I'm reversing the controllers but I noticed that some menu item labels are having issues with RTL, the words are in LTR.
According to our translator, it's like this: (Assuming the words below in Arabic) Ex: Ice Cream -> Cream Ice
It happens to the Menu Cell items that are dequeued.
Hoping some ideas on how this will be fixed, Thanks