Digital PCT265 story VZWYZDG-1866 - Ensure the footer stays at the bottom.
This commit is contained in:
parent
4921d7d8db
commit
17a94e2f04
@ -282,6 +282,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
|
|||||||
if let selectedIndex = selectedIndex {
|
if let selectedIndex = selectedIndex {
|
||||||
tableView.selectRow(at: selectedIndex, animated: false, scrollPosition: .none)
|
tableView.selectRow(at: selectedIndex, animated: false, scrollPosition: .none)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If the height of the cells change, we need to update the constraints.
|
||||||
|
view.setNeedsUpdateConstraints()
|
||||||
}
|
}
|
||||||
|
|
||||||
///Helper functions to update header/footer view
|
///Helper functions to update header/footer view
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user