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 !
+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
2010-08-26 18:09:57
yes exactly , i create custom persian keyboard for iPad and i wanna my textview automatically be RTL direction , without user touch this option
Momeks
2010-08-26 18:12:54
@Momeks: For jailbroken platform or not?
KennyTM
2010-08-26 18:20:17
no ! for non-jailbroken my application is available on app store iam working on new update for that
Momeks
2010-08-26 18:26:40
@Momeks: Then you can't have this button without Private API.
KennyTM
2010-08-26 18:34:49
anyway , is there any way to mix english and persian text together ? like that option ?
Momeks
2010-08-26 18:40:38
@Momeks: That option and mixing English/Persian are two separate things. The latter is always possible.
KennyTM
2010-08-26 19:05:01