Disable ios from changing GUI controller position by localization -


I have a problem that the image of a button changes according to language localization.

For example, alignment in Hebrew is exactly the opposite of English, due to which the buttons / images on the other side of the screen are positioned against the position of English.

How can I disable the buttons from iOS Positioning again (according to localization)?

How many languages ​​are there for localization in your application?

If you feel that more problems with the UI, then create separate .xibs files for different localization.

Please check the link. This will help you.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -