I want to show user there is a more content below but UITableView only shows scroll indicator when we scroll the tableview. There is any way, so I can show scroll indicator
I did it:) I'm programming in MonoDevelop, so I only describe the method:
You have to make your own UITableView
class.
There you overload PerformSelector
and do NOT call the base function of it,
but call flashScrollIndicators
if the name of the Selector is _notifyPopOverStoppedScrolling
.
Overload function ReloadData
and there call flashScrollIndicators
as well. Only at zooming it will disappear, but you can call flashScrollIndicators
at zooming too.