Swift:UICollectionReusableView xib创建 报错

10 篇文章 0 订阅
3 篇文章 0 订阅

Xcode11 版本,通过xib创建UICollectionReusableView,存在无法获取xib文件问题

使用流程:

注册xib

 let nibfoot = UINib.init(nibName: "PutQuestionFoodView", bundle: nil)
        let foot = UICollectionView.elementKindSectionFooter
        collectionView.register(nibfoot, forSupplementaryViewOfKind: foot, withReuseIdentifier: footID)

使用xib

private lazy var footerView: PHPutQuestionFoodView = {
        let headView = collectionView.dequeueReusableSupplementaryView(ofKind: UICollectionView.elementKindSectionFooter, withReuseIdentifier: footID, for: IndexPath(item: 0, section: 0)) as? PutQuestionFoodView
        return headView!
    }()

在使用xib的时候,存在获取nil问题

导致原因:UICollectionReusableView 类型创建时,xib未自动关联

这个位置把创建的类名记得写入,这个是xcode问题,Mark一下,遇到同样问题的希望能有帮助到

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值