diff --git a/AltStore/App IDs/AppIDsViewController.swift b/AltStore/App IDs/AppIDsViewController.swift index 23e0ab90..83d45f94 100644 --- a/AltStore/App IDs/AppIDsViewController.swift +++ b/AltStore/App IDs/AppIDsViewController.swift @@ -195,7 +195,7 @@ extension AppIDsViewController: UICollectionViewDelegateFlowLayout // NOTE: double dequeue of cell has been discontinued // TODO: Using harcoded value until this is fixed - return CGSize(width: collectionView.bounds.width, height: 260) + return CGSize(width: collectionView.bounds.width, height: 200) } func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize