I have a scrollview where more data is visible to the user if the user scrolls to the left or scrolls to the bottom. But I am unable to find a way to tell the user that more content is available on scroll. It is not intuitive and only by experimenting, will the user find out about the scroll option.
Is there any way I can show/tell the user that scrolling is available?
Using
is not exactly useful as it just flashes the indicators and it is so quick that the user would surely fail to see it.
It would be great if someone can help me with this.
Is there any way I can show/tell the user that scrolling is available?
Using
Code:
[scrollView flashScrollIndicators]
It would be great if someone can help me with this.