ActionTableViewCell
class ActionTableViewCell : UITableViewCell, ActionCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var actionTitleLabel: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet var actionSwitch: ENASwitch! -
Undocumented
Declaration
Swift
@IBOutlet var detailLabel: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet var switchContainerView: UIView! -
Undocumented
Declaration
Swift
weak var delegate: ActionTableViewCellDelegate -
Undocumented
Declaration
Swift
@IBAction func switchValueDidChange(_: Any) -
Undocumented
Declaration
Swift
func turnSwitch(to on: Bool) -
Undocumented
Declaration
Swift
func configure(for state: ENStateHandler.State) -
Undocumented
Declaration
Swift
func configure( for state: ENStateHandler.State, delegate: ActionTableViewCellDelegate ) -
Undocumented
Declaration
Swift
@objc func toggle(_ sender: Any) -
Undocumented
Declaration
Swift
override func accessibilityActivate() -> Bool