AttachmentsViewController: add accessibility identifiers

This commit is contained in:
jeangb 2017-04-04 15:16:25 +02:00
parent f3e31efed3
commit d2154c5bc2

View file

@ -41,6 +41,8 @@
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.attachmentsCollection.accessibilityIdentifier =@"AttachmentsVC";
}
- (void)viewWillAppear:(BOOL)animated