I have a UITextView with text that needs to be scrolled to see the full text.
But there are paragraphs between text blocks, and itโs actually not obvious that the text scrolls without starting to scroll so that the scroll indicator becomes visible. This is because emtpy lines between paragraphs are only at the bottom of the visible text in the text view.
While I could insert a few blank lines so that the text block would break, and the user could see that the text was continuing, the problem is that the application will be translated into many languages, and this solution, therefore, is no longer possible. Since all the Thomas need to be checked individually, and for each, blank lines will be inserted in different places.
That's why I ask if there is a way to tell the user that the displayed text will continue if it scrolls down - immediately when the view opens, therefore without clicking on the userโs screen.
Many thanks
ios iphone uitextview
user387184
source share