diff --git a/quickdialog/QButtonElement.m b/quickdialog/QButtonElement.m index 2d1aa520..05d450a5 100644 --- a/quickdialog/QButtonElement.m +++ b/quickdialog/QButtonElement.m @@ -44,6 +44,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; }