Merge branch 'feature/accordion_action' into 'develop'
Improving accordion behavior. See merge request BPHV_MIPS/mvm_core_ui!603
This commit is contained in:
commit
b44dcaa1fd
@ -6,8 +6,6 @@
|
|||||||
// Copyright © 2019 Verizon Wireless. All rights reserved.
|
// Copyright © 2019 Verizon Wireless. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
import UIKit
|
|
||||||
|
|
||||||
|
|
||||||
@objcMembers public class AccordionMoleculeTableViewCell: MoleculeTableViewCell {
|
@objcMembers public class AccordionMoleculeTableViewCell: MoleculeTableViewCell {
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
@ -36,6 +34,7 @@ import UIKit
|
|||||||
customAccessoryView = true
|
customAccessoryView = true
|
||||||
super.setupView()
|
super.setupView()
|
||||||
accessoryView = accordionButton
|
accessoryView = accordionButton
|
||||||
|
accessoryView?.isUserInteractionEnabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
override public func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) {
|
override public func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user