作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在运行以下代码并在 swift 中收到错误。
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = Collection_View.dequeueReusableCell(withReuseIdentifier: "list", for: indexPath) as! List_CollectionViewCell
cell.list_name.text = items[indexPath.row]
**cell.created_date.text = c_date[indexPath.row]**
return cell
}
为什么 xcode 在这一行生成此错误?
最佳答案
强制展开失败时会出现此错误。确保 Storyboard中原型(prototype)的类在 Identity Inspector 中设置为 List_CollectionViewCell
:
并且其标识符在属性检查器中为“list”
:
关于ios - 我正面临这个错误 "exc_bad_instruction (code=exc_i386_invop subcode=0x0)",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52096565/
我是一名优秀的程序员,十分优秀!