Merge branch 'feature/parse' into 'develop'

small model fix for images

See merge request BPHV_MIPS/mvm_core_ui!268
This commit is contained in:
Suresh, Kamlesh Jain 2020-02-18 17:04:40 -05:00
commit 377b26e40d

View File

@ -210,6 +210,9 @@ import UIKit
}
public func setWithModel(_ model: MoleculeModelProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
self.delegateObject = delegateObject
// TODO: Temporary, should be moved to init once we have type erasure ready.
setAsMolecule()
guard let imageModel = model as? ImageViewModel else {
return
}