[UIAlertView alertViewWithTitle:@"" message:@"Submit successfully!" cancelBlock:^(NSInteger buttonIndex) {
} dismissBlock:nil cancelButtonTitle:@"OK" otherButtonsTitles:nil, nil];
这是UIAlertView
声明。但是,我希望进行 UI 测试cancelButton
。
[tester tapViewWithAccessibilityLabel:@"cancelButton"];
我应该如何为该取消按钮添加可访问性?