Merge branch 'mbruce/bugfixes' into 'develop'
removed old fix See merge request BPHV_MIPS/vds_ios!137
This commit is contained in:
commit
f816a6c583
@ -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