Play- icon indicating copy to clipboard operation
Play- copied to clipboard

iOS: Update collection view layout for a better looking grid

Open yoshisuga opened this issue 3 years ago • 0 comments

The Games list screen had some wasted space in the middle, where the items would be pinned to the leading and trailing edges of the collection view.

Updated to use the UICollectionView compositional layout API to better support a grid layout. It also supports iPad using the trait collections/size class. This API however requires iOS 13. (PR: https://github.com/jpd002/Play-Dependencies/pull/29)

Also updated the collection view cell to use auto layout constraints for the label.

IMG_A46E73920780-1

yoshisuga avatar Nov 28 '21 10:11 yoshisuga