For Homep0wner, index.row is used to reference each item in the collection view, but it seems that index.item makes more sense since each item is not in its own row.
IndexPath
has 2 properties: section
and row
.
For Homep0wner, index.row is used to reference each item in the collection view, but it seems that index.item makes more sense since each item is not in its own row.
IndexPath
has 2 properties: section
and row
.