SMCollectionViewFillLayout icon indicating copy to clipboard operation
SMCollectionViewFillLayout copied to clipboard

We can do same Springboard behavior using UICollectionView and for that we need to write code for custom layout. I have achieved it with my custom layout class implementation with "SMCollectionViewFi...

SMCollectionViewFillLayout

We can do same Springboard behavior using UICollectionView and for that we need to write code for custom layout. I have achieved it with my custom layout class implementation with "SMCollectionViewFillLayout"

Output as below:

1.png

First.png

2_Code_H-Scroll_V-Fill.png

enter image description here

3_Output_H-Scroll_V-Fill.png enter image description here

4_Code_H-Scroll_H-Fill.png enter image description here

5_Output_H-Scroll_H-Fill.png enter image description here