- (void)collectionView:(UICollectionView *)collectionView willDisplaySupplementaryView:(UICollectionReusableView *)view forElementKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath
{
view.layer.zPosition = 0.0;
}
- (void)collectionView:(UICollectionView *)collectionView willDisplaySupplementaryView:(UICollectionReusableView *)view forElementKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath
{
view.layer.zPosition = 0.0;
}
本文标题:iOS 11 UICollectionView 滚动条会被 Se
本文链接:https://www.haomeiwen.com/subject/rmvmcftx.html
网友评论