diff --git a/quickdialog/QButtonElement.m b/quickdialog/QButtonElement.m index c002b9ac..1bc29a12 100644 --- a/quickdialog/QButtonElement.m +++ b/quickdialog/QButtonElement.m @@ -42,6 +42,7 @@ - (UITableViewCell *)getCellForTableView:(QuickDialogTableView *)tableView contr cell.textLabel.textAlignment = self.appearance.buttonAlignment; cell.textLabel.font = self.appearance.labelFont; cell.textLabel.textColor = self.enabled ? self.appearance.actionColorEnabled : self.appearance.actionColorDisabled; + cell.accessibilityTraits = UIAccessibilityTraitButton; return cell; }