I have a collectionview with 3 sections, but there is no item in first section, when i'm using
let indexPath = IndexPath(row: row, section: section)
the project will crash, so what should i input when there is no items for this, is there any function like
let indexPath = IndexPath(section: section)