美文网首页cordova 与js交互使用情况
两个CollectionView 公用一个collectionV

两个CollectionView 公用一个collectionV

作者: 小家子店铺 | 来源:发表于2019-08-15 15:09 被阅读0次

    两个CollectionView 公用一个collectionViewLayout结果

    导致 在reloadData 后, 两个collectionView的cell 不显示,  也不调用

    collectionView:(UICollectionView*)collectionView cellForItemAtIndexPath:(NSIndexPath*)indexPath

    但是会调用collectionView:(UICollectionView*)collectionView numberOfItemsInSection:(NSInteger)section

    控制台也没有任何异常.. 

    捣鼓半天一直都知道怎么处理..然后单独调试单个的collectionView 是没有什么问题的.. 

    最后分来两个collectionView的collectionViewLayout .  问题解决了.. 

    mark 下吧... 一天一点点进步....

    相关文章

      网友评论

        本文标题:两个CollectionView 公用一个collectionV

        本文链接:https://www.haomeiwen.com/subject/rdezjctx.html