Thanks to all,
My question looks stupid but I have problem with UITextView.
Why cursor doesn’t reach to the end frame and than scroll.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is how the UITextView has been designed. It’s basically the same logic as a typewriter. You see white space below all the time. If you want to remove that space, there’s a @property that could help you remove that:
-setContentInset:(UIEdgeInset)insetRemember that UITextView is a subclass of UIScrollView. There’s a lot of customization you can achieve by changing settings.