Digital PCT265 story VZWYZDG-1866 - Ensure the footer stays at the bottom.

This commit is contained in:
Scott Pfeil 2024-08-14 12:32:50 -04:00
parent 4921d7d8db
commit 17a94e2f04

View File

@ -282,6 +282,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
if let selectedIndex = selectedIndex {
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