mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 09:43:34 +01:00
[AppIDs-View]: updated header section size
This commit is contained in:
@@ -195,7 +195,7 @@ extension AppIDsViewController: UICollectionViewDelegateFlowLayout
|
|||||||
|
|
||||||
// NOTE: double dequeue of cell has been discontinued
|
// NOTE: double dequeue of cell has been discontinued
|
||||||
// TODO: Using harcoded value until this is fixed
|
// 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
|
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, referenceSizeForFooterInSection section: Int) -> CGSize
|
||||||
|
|||||||
Reference in New Issue
Block a user