Open salimgcet opened 7 years ago
If you're textView's text alignment is set to right, placeholder will follow that alignment.
This module have placeholderTextView subview. you can use this view to change alignment.
myTextView.textAlignment = .right
myTextView.placeholderTextView.textAlignment = .right
Hi team,
My "textview" alignment is right, so How I will change the alignment.
Thanks, Salim