We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f19449 commit 11a46dfCopy full SHA for 11a46df
1 file changed
quickdialog/QButtonElement.m
@@ -44,6 +44,7 @@ - (UITableViewCell *)getCellForTableView:(QuickDialogTableView *)tableView contr
44
cell.textLabel.textAlignment = self.appearance.buttonAlignment;
45
cell.textLabel.font = self.appearance.labelFont;
46
cell.textLabel.textColor = self.enabled ? self.appearance.actionColorEnabled : self.appearance.actionColorDisabled;
47
+ cell.accessibilityTraits = UIAccessibilityTraitButton;
48
return cell;
49
}
50
0 commit comments