diff --git a/QMUIKit/QMUIComponents/QMUITableViewCell.m b/QMUIKit/QMUIComponents/QMUITableViewCell.m index 22d97bc8..4d5ad1f4 100644 --- a/QMUIKit/QMUIComponents/QMUITableViewCell.m +++ b/QMUIKit/QMUIComponents/QMUITableViewCell.m @@ -176,6 +176,7 @@ - (void)initDefaultAccessoryButtonIfNeeded { if (!self.defaultAccessoryButton) { self.defaultAccessoryButton = [[QMUIButton alloc] init]; [self.defaultAccessoryButton addTarget:self action:@selector(handleAccessoryButtonEvent:) forControlEvents:UIControlEventTouchUpInside]; + self.defaultAccessoryButton.accessibilityLabel = @"更多信息"; } }