removed code

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-01-26 16:17:07 -06:00
parent 6e72450315
commit d54a1d4b02

View File

@ -55,12 +55,6 @@ public final class SelfSizingCollectionView: UICollectionView {
self.collectionViewLayout.invalidateLayout()
}
}
// public override func reloadData() {
// super.reloadData()
// setNeedsLayout()
// layoutIfNeeded()
// }
//--------------------------------------------------
// MARK: - Private Methods