diff --git a/AltStore/Browse/BrowseViewController.swift b/AltStore/Browse/BrowseViewController.swift index 748ab0cb..c4dde587 100644 --- a/AltStore/Browse/BrowseViewController.swift +++ b/AltStore/Browse/BrowseViewController.swift @@ -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