I'm trying to make collection view with compositional layout which have multi sections
but if there is empty items in sections how can I deal with it?
if item is empty I don't want to show that section
UICollectionViewCompositionalLayout { (section, env) -> NSCollectionLayoutSection? in
// do I have to code in this area?
}
