Merge branch 'feature/accordion_action' into 'develop'

Improving accordion behavior.

See merge request BPHV_MIPS/mvm_core_ui!603
This commit is contained in:
Pfeil, Scott Robert 2020-09-29 13:47:10 -04:00
commit b44dcaa1fd

View File

@ -6,8 +6,6 @@
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
import UIKit
@objcMembers public class AccordionMoleculeTableViewCell: MoleculeTableViewCell {
//--------------------------------------------------
@ -36,6 +34,7 @@ import UIKit
customAccessoryView = true
super.setupView()
accessoryView = accordionButton
accessoryView?.isUserInteractionEnabled = false
}
override public func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) {