added updateView for molecule in tile container

This commit is contained in:
Arun Kumar Chintakrinda 2024-08-22 19:41:43 +05:30
parent f437fbaea9
commit 3be3b11e39

View File

@ -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