Pull To refresh

Xojo 2020 2.1
IOSMobileTable

if someone pulls as if to refresh, they see a spinning wheel, but it never goes away.
I cannot find any docs covering an event for this, or how to dismiss the wheel.

All I can find in the forum are old posts asking how to make pull-to-refresh actually happen.
Im clearly half way there.
How do I detect this , refresh, and close the list back up?

When the user pulls to refresh, the Refreshed Event is called
https://documentation.xojo.com/api/ios/iosmobiletable.html#iosmobiletable-refreshed

When you are finished re-loading the table, call the EndRefresh method.

3 Likes