Merge branch 'bugfix/right_var_rb' into 'develop'

Bugfix/right var rb

See merge request BPHV_MIPS/mvm_core_ui!314
This commit is contained in:
Pan, Xinlei (Ryan) 2020-03-18 10:00:28 -04:00
commit ac5f7ca25c

View File

@ -64,4 +64,8 @@ import UIKit
open override class func estimatedHeight(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> CGFloat? {
return 90
}
public override func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable : Any]?) {
radioButton.tapAction()
}
}