UICollectionView 像tableView Header 浮动

   UICollectionViewFlowLayout *flowLayout = [[UICollectionViewFlowLayout alloc] init];

    flowLayout. sectionHeadersPinToVisibleBounds =YES;

    [flowLayout setScrollDirection:UICollectionViewScrollDirectionVertical];

   _mCollect.collectionViewLayout=flowLayout;

你可能感兴趣的:(UICollectionView 像tableView Header 浮动)