iOSTable.AllowRefresh

From Xojo Documentation

Property (As Boolean )
aiOSTable.AllowRefresh = newBooleanValue
or
BooleanValue = aiOSTable.AllowRefresh

New in 2018r2

Supported on Mobile (iOS).

Enables iOS pull-to-refresh feature when True. When the user initiates the pull-to-refresh action, the Refreshed event is called. When done refreshing data, call the EndRefresh method.