Add accessibility identifiers to select recipient views.

pull/2/head
Matthew Chen 7 years ago
parent c3857e5dff
commit 050a9676f6

@ -69,7 +69,6 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberTextField); SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberTextField);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberButton); SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _phoneNumberButton);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _examplePhoneNumberLabel); SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _examplePhoneNumberLabel);
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _tableViewController);
} }
- (void)viewDidLoad - (void)viewDidLoad

Loading…
Cancel
Save