UITextView
seems to display scroll bars just under the following conditions:-
1. The contents of view is more than View can display
2. User scrolls the UITextView
Is this right? Is there any smart way to display scroll-bar anytime?
[textView flashScrollIndicators];
UITextView
is a subclass ofUIScrollView
. So there is a methodflashScrollIndicators
that you can call to prompts the user that the view is scrollable. It only flashes once for few seconds where user comes to a page that containsUIScrollView
or its subclass. You may set timer to call this method more than one time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With