S
Size: a a a
S
S
I
S
K
PM
AZ
PM
S
AZ
DK
PM
RN
YM
AM
E
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize {
switch section {
case 0:
return CGSize(width: 0, height: 0)
case 1:
return CGSize(width: 0, height: 0)
default:
return CGSize(width: view.frame.width - 100, height: 100)
}
}
DK
E
S
DK