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:
commit
ac5f7ca25c
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user