How to make sure that supplementary view in UICollectionView is always rendered using custom layout
I am trying to implement sticky footers in custom layout (we can’t use flow layout). And there are cases where footer is hidden temporarily.
I am trying to implement sticky footers in custom layout (we can’t use flow layout). And there are cases where footer is hidden temporarily.