tags:

views:

22

answers:

1

Hi , is there any way to program this option in xcode ? i don't think so this is text Alignment , it's something like text direction on microsoft office !

alt text

+1  A: 

This button is available when the user is using a RTL-language keyboard, e.g. Arabic or Hebrew. This button just switches the writing direction between LTR and RTL. There is no need to implement it yourself.

KennyTM
yes exactly , i create custom persian keyboard for iPad and i wanna my textview automatically be RTL direction , without user touch this option
Momeks
@Momeks: For jailbroken platform or not?
KennyTM
no ! for non-jailbroken my application is available on app store iam working on new update for that
Momeks
@Momeks: Then you can't have this button without Private API.
KennyTM
anyway , is there any way to mix english and persian text together ? like that option ?
Momeks
@Momeks: That option and mixing English/Persian are two separate things. The latter is always possible.
KennyTM