I have a UITextView
but text in it is align to the bottom but I want there will be a margin from the bottom like this:
----------------
some text
----------------
If I have a UITextField
I can use editingRectForBounds:
. But what about UITextView
how can I achieve this functionality with it? ANY solution will be appreciated. And ,please, don't advice me to use UITextField
instead! I need UITextView
. Thanks in advance.