在使用collectionView的时候发现这个代理方法不走了。
func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView
看网上说是需要实现这个方法:
厚爱加上去还是不走。
然后再自定义布局上加上了:
layout.headerReferenceSize = CGSize(width: screenWidth, height: 50)
就可以了。
网友评论