如何在ios中使阿拉伯语键盘方向仍然是LTR
我需要一些有关阿拉伯语和阿拉伯语的帮助希伯来语文本方向。在 UITextview IOS 中,如果我使用阿拉伯语或希伯来语键盘,文本方向会自动更改为 RTL。然后,如果我设置为 LTR,然后按 Enter,方向会再次更改为 RTL。当我使用阿拉伯语和阿拉伯语时,有什么方法可以将这个方向设置为LTR吗?希伯来语文本??
我已经读过
- (UITextPosition *)positionWithinRange:(UITextRange *)range farthestInDirection:(UITextLayoutDirection)direction;
,但我不知道如何使用它。这个方法可以帮助我解决这个问题吗?有人和我面临同样的问题吗?您能分享一下解决方案吗?
谢谢。
i need some help about arabic & hebrew text direction. In UITextview IOS, if i use arabic or hebrew keyboard , the text direction change into RTL automatically. And then, if i set in into LTR, and i press enter, the direction change into RTL again. Is there any way to set this direction still LTR when i use arabic & hebrew text??
I have read about
- (UITextPosition *)positionWithinRange:(UITextRange *)range farthestInDirection:(UITextLayoutDirection)direction;
but i'm not sure how to use it. Is this method can help me to solved this problem? is there anyone who face the same problem with me? Can you share the solution, please?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 xib 中设置文本字段的对齐方式,文本字段中有三个选项用于从左到右、居中和对齐。从右到左您可以选择其中任何一个并为文本字段指定对齐方式
-谢谢
You can set alignment for your textfield in xib there are three option in your text field for alignment left to right,centre & Right to left You can select any one of them and assign alignment for your text field
-Thanx