ActionDetailTableViewCell
class ActionDetailTableViewCell : UITableViewCell, ActionCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet var iconImageView1: UIImageView! -
Undocumented
Declaration
Swift
@IBOutlet var iconImageView2: UIImageView! -
Undocumented
Declaration
Swift
@IBOutlet weak var actionTitleLabel: ENALabel! -
Undocumented
Declaration
Swift
@IBOutlet var descriptionLabel: UILabel! -
Undocumented
Declaration
Swift
@IBOutlet var actionButton: ENAButton! -
Undocumented
Declaration
Swift
weak var delegate: ActionTableViewCellDelegate -
Undocumented
Declaration
Swift
var state: ENStateHandler.State? -
Undocumented
Declaration
Swift
@IBAction func actionButtonTapped(_: Any) -
Undocumented
Declaration
Swift
func configure(for state: ENStateHandler.State) -
Undocumented
Declaration
Swift
func configure(for state: ENStateHandler.State, delegate: ActionTableViewCellDelegate)