【发布时间】:2019-04-30 21:14:15
【问题描述】:
This happened to me please help me please,Thank you.
这里的代码:
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "MenuCollectionViewCell", for: IndexPath) as! MenuCollectionViewCell
return cell
}
image here 点击“这件事发生在我身上,请帮帮我。谢谢。”查看图片。
【问题讨论】:
标签: ios swift xcode compiler-errors