A basic functionality I am trying to implement in UITextView
.
I have a text (NSString
) and I am trying to place in to the text field as a paragraph (indentation). Is it possible? I have seen many links but none of them have an exact answer.
We have a property named textAlignment
but it is for left, right or center not indention.
Can anyone suggest how to implement this?