suchen

Heim  >  Fragen und Antworten  >  Hauptteil

ios – UICollectionView ist in UITableViewCell verschachtelt und ich hoffe, dass sich die Höhe des ersteren entsprechend der Höhe des letzteren ändert

UICollectionView 中的布局方式类似于瀑布流,根据文本的大小来决定 UICollectionViewcontentSize。我希望 UITableViewCell 的高度能够根据 UICollectionView Mit der Höhenveränderung ändert sich das, wie geht das?

phpcn_u1582phpcn_u15822742 Tage vor741

Antworte allen(3)Ich werde antworten

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 13:21:36

    如果你想做到tableview cell高度可以自动计算,是很难做到的
    可以先算出collectionView的总体高度,然后更新tableview cell高度
    为了流畅,可以缓存高度。

    Antwort
    0
  • 漂亮男人

    漂亮男人2017-05-16 13:21:36

    UICollectionView的高度、UITableViewCell 的高度?
    是不是问题提的有错啊,而且没能明白楼主表达的场景选用。

    Antwort
    0
  • 巴扎黑

    巴扎黑2017-05-16 13:21:36

    在tableview中写一个cgfloat的属性记录collectionview的高度,在controller中的heightForRow方法中赋值应该就可以了

    Antwort
    0
  • StornierenAntwort