UICollectionView标题部分问题

时间:2015-08-13 07:54:50

标签: ios swift uicollectionview uicollectionviewcell

我有一个UICollectionView包含cellheader。我有4个部分,每个部分有3或5个细胞。我的问题是,在我到达TableView中的下一个标题标题之前,标题标题不会停留。请问我的问题在哪里?

我的代码:

func numberOfSectionsInCollectionView(collectionView: UICollectionView) -> Int {
    return 4
}

func collectionView(collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, atIndexPath indexPath: NSIndexPath) -> UICollectionReusableView
{

    let header = collectionView.dequeueReusableSupplementaryViewOfKind(UICollectionElementKindSectionHeader, withReuseIdentifier: "headersection", forIndexPath: indexPath) as! MenuHeaderCollectionViewCell

    header.headerTitle.text = collectionheader[indexPath.row]

    return header
}

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

我猜你需要选择合适的FlowLayout。您将获得所需here.

同时检查CSStickyHeaderFlowLayout