removed old fix
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
329793721f
commit
6e72450315
@ -56,11 +56,11 @@ public final class SelfSizingCollectionView: UICollectionView {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override func reloadData() {
|
// public override func reloadData() {
|
||||||
super.reloadData()
|
// super.reloadData()
|
||||||
setNeedsLayout()
|
// setNeedsLayout()
|
||||||
layoutIfNeeded()
|
// layoutIfNeeded()
|
||||||
}
|
// }
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Private Methods
|
// MARK: - Private Methods
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user