From e43e962bcc5e8c8dff21b9ff9d03ad25e088cbb7 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sun, 2 Feb 2025 03:52:44 +0530 Subject: [PATCH] [AppIDs-View]: updated header section size --- AltStore/App IDs/AppIDsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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