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