Thanks to all,
My question looks stupid but I have开发者_如何学C problem with UITextView.
Why cursor doesn't reach to the end frame and than scroll.
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)inset
Remember that UITextView is a subclass of UIScrollView. There's a lot of customization you can achieve by changing settings.
精彩评论