第18月第10天 iOS11 uicollectionview

Posted lianhuaren

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第18月第10天 iOS11 uicollectionview相关的知识,希望对你有一定的参考价值。

1.

- (void)collectionView:(UICollectionView *)collectionView willDisplaySupplementaryView:(UICollectionReusableView *)view forElementKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath {
    view.layer.zPosition = 0.0;
}

 

https://stackoverflow.com/questions/45871149/ios-11-uicollectionview-when-appearing-scrolling-happens

以上是关于第18月第10天 iOS11 uicollectionview的主要内容,如果未能解决你的问题,请参考以下文章