iOS 11 UICollectionView 滚动条会被 Se
2018-03-29 本文已影响127人
40dd4b561abe
- (void)collectionView:(UICollectionView *)collectionView willDisplaySupplementaryView:(UICollectionReusableView *)view forElementKind:(NSString *)elementKind atIndexPath:(NSIndexPath *)indexPath
{
view.layer.zPosition = 0.0;
}