Merge branch 'feature/tile_cont_upd_view' into 'develop'
added updateView for molecule in tile container Added this change as updateView for the molecule was not getting called resulting in the molecule and its children always pinned to their respective superviews. Co-authored-by: Arun Kumar Chintakrinda <arun.kumar.chintakrinda@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1179
This commit is contained in:
commit
7f9ee10c5e
@ -99,7 +99,9 @@ open class TileContainer: VDS.TileContainer, VDSMoleculeViewProtocol{
|
||||
//--------------------------------------------------
|
||||
// MARK: - MVMCoreViewProtocol
|
||||
//--------------------------------------------------
|
||||
open func updateView(_ size: CGFloat) {}
|
||||
open func updateView(_ size: CGFloat) {
|
||||
(molecule as? MVMCoreViewProtocol)?.updateView(size)
|
||||
}
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - MoleculeViewProtocol
|
||||
|
||||
Loading…
Reference in New Issue
Block a user