Reduces spacing between apps in BrowseViewController

This commit is contained in:
Riley Testut
2023-10-19 16:13:36 -05:00
parent 2822c52f11
commit a018803afc

View File

@@ -61,6 +61,9 @@ class BrowseViewController: UICollectionViewController, PeekPopPreviewing
self.collectionView.dataSource = self.dataSource
self.collectionView.prefetchDataSource = self.dataSource
let collectionViewLayout = self.collectionViewLayout as! UICollectionViewFlowLayout
collectionViewLayout.minimumLineSpacing = 30
(self as PeekPopPreviewing).registerForPreviewing(with: self, sourceView: self.collectionView)
if let source = self.source