gpt4 book ai didi

xcode - 无法转换类型 'UICollectionViewCell' 的值

转载 作者:IT王子 更新时间:2023-10-29 04:59:00 25 4
gpt4 key购买 nike

我在 Storyboard 中使用自定义 CollectionViewCell。当我启动应用程序时,我收到此消息:

Could not cast value of type 'UICollectionViewCell' to TestProject.CollectionViewCell.

最佳答案

Xcode 中的 CollectionViewController 模板随附在 viewDidLoad 中的这行代码,它会更改 Storyboard中的规范。

// Register cell classes
self.collectionView!.register(UICollectionViewCell.self, forCellWithReuseIdentifier: reuseIdentifier)

只需删除该行。

在旧的 Swift 版本中,该行是:

// Register cell classes
self.collectionView!.registerClass(UICollectionViewCell.self, forCellWithReuseIdentifier: reuseIdentifier)

关于xcode - 无法转换类型 'UICollectionViewCell' 的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32166364/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com