CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Yong Li.
UITextView subclass with placeholder, it supports Arabic language which is Right-To-Left.
Just create the textview and set the placeholder, then add it to a view, done!
YLTextView* textview = [[YLTextView alloc] initWithFrame:CGRectMake(10, 30, 300, 100)];
textview.placeholder = NSLocalizedString(@"say_something", nil);
[self.view addSubview:textview];
Here are two screen shots for English and Arabic, it shows two kinds of text including LTR and RTL: