Add accessibility identifiers to select recipient views.

pull/2/head
Matthew Chen 5 years ago
parent 79d6384bc9
commit c3857e5dff

@ -64,6 +64,12 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien
if (self.delegate.shouldHideContacts) {
self.tableViewController.tableView.scrollEnabled = NO;
}
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _countryCodeButton);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberTextField);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberButton);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _examplePhoneNumberLabel);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _tableViewController);
}
- (void)viewDidLoad

Loading…
Cancel
Save