iOS 18 上聊天界面会闪退

ppzzss 1月前 157

报这个错误。

The collection view's data source returned a supplementary view that is in the reuse queue. Supplementary views must be retrieved by calling dequeueConfiguredReusableSupplementaryViewWithRegistration:forIndexPath: or -dequeueReusableSupplementaryViewOfKind:withReuseIdentifier:forIndexPath:.

解决方法: 注释掉(WFCUMessageListViewController.m)中的下面这个方法(似乎没有什么影响):

  • (UICollectionReusableView ) collectionView:(UICollectionView )collectionView viewForSupplementaryElementOfKind:(NSString )kind atIndexPath:(NSIndexPath )indexPath
最新回复 (2)
  • HeavyRain 1月前
    引用 2
    最新代码已经解决了,请更新最新代码
  • ppzzss 1月前
    引用 3
    看了一下,跟我的第二个解决办法一样,不重用那两个view
返回