UITextView-Placeholder
UITextView-Placeholder copied to clipboard
How to change the text alignment
trafficstars
Hi team,
My "textview" alignment is right, so How I will change the alignment.
Thanks, Salim
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