Reduces spacing between apps in BrowseViewController

This commit is contained in:
Riley Testut
2023-10-19 16:13:36 -05:00
committed by Magesh K
parent 7977267107
commit 67271c479c

View File

@@ -64,6 +64,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