removed old fix

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

View File

@ -56,11 +56,11 @@ public final class SelfSizingCollectionView: UICollectionView {
}
}
public override func reloadData() {
super.reloadData()
setNeedsLayout()
layoutIfNeeded()
}
// public override func reloadData() {
// super.reloadData()
// setNeedsLayout()
// layoutIfNeeded()
// }
//--------------------------------------------------
// MARK: - Private Methods