I've implemented a time picker (hours and minutes) using UIPickerView in my app and it suppose to support RTL languages as well. Under its constraints I've changed the leading constraint to not respect language direction, so that leading constraint is now left constraint (I have no use on trailing constraint here).
The problem - running the app in RTL language still effects my picker and it shows the minutes on the left and hours on the right (still affected).
Any help is appriciated, thanks.