I am doing an application where I am trying to implement the arabic style of writing in textfield and textview here i have used a line:
[self.textfiled setBaseWritingDirection:UITextWritingDirectionRightToLeft];
but I am getting an warning: “method not found”.
Please suggesst me some solution.
Have you tried entering Arabic text in the text field after setting the keyboard language to Arabic? I recall that it automatically sets the direction from right to left by detecting the character entered. You would not be required to call this method.