To avoid get a space before the first line of the ListView, we can set to false the "automaticallyAdjustContentInsets" property on the ListView component, and the space will disappear.
The property "listViewAdjustContentInsets" have been added to forward the value from the "RefreshableListView" component and the "ListView" component.
To avoid get a space before the first line of the ListView, we can set to false the "automaticallyAdjustContentInsets" property on the ListView component, and the space will disappear.
The property "listViewAdjustContentInsets" have been added to forward the value from the "RefreshableListView" component and the "ListView" component.