标签: ios swift collectionview
我有一个包含3个部分的collectionview,但是当我使用
let indexPath = IndexPath(row: row, section: section)
该项目将崩溃,因此在没有任何项目的情况下应该输入什么,是否有类似
let indexPath = IndexPath(section: section)