Merge branch 'bugfix/SelfSizingCV' into 'develop'
fix issue with height See merge request BPHV_MIPS/vds_ios!134
This commit is contained in:
commit
80792c2780
@ -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