gpt4 book ai didi

ios - 一如既往地从 [UICollectionViewCell] 转换为不相关的类型 'profileviewCell'

转载 作者:可可西里 更新时间:2023-11-01 02:17:46 25 4
gpt4 key购买 nike

1) 我写了一个指向 UICollectionViewCell 的 profileViewCell.swift2)我写了一个profileViewController.swift是指向所有的UICollectionViewDelegates

当我尝试像这样在 viewDidLoad 方法中添加代码时

NSTimer.scheduledTimerWithTimeInterval(0.01, target: self, selector: Selector("resetView"), userInfo: nil, repeats: false)

3) 在 resetView 方法中,我可以像这样调用 Collection View 出售第一个对象

函数重置 View (){

    let cell:profileViewCell = self.collectionView.visibleCells() as! profileViewCell
self.reset(cell)

}

然后编译器显示错误和警告,如“一如既往地从 [UICollectionViewCell] 转换为不相关的类型 'profileviewCell'”,请帮助我,提前致谢

最佳答案

visibleCells 的调用返回一个单元格数组,但您试图将其转换为单个单元格并将其用作单个单元格 - 您不能那样做。您要么需要从数组中取出一个单元格进行处理,要么遍历所有单元格。

关于ios - 一如既往地从 [UICollectionViewCell] 转换为不相关的类型 'profileviewCell',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35499935/

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