adding "Loader" as accessibility id
This commit is contained in:
parent
b04a35875b
commit
e3670a4977
@ -33,6 +33,8 @@
|
||||
activityIndicatorView.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
[view addSubview:activityIndicatorView];
|
||||
self.activityIndicator = activityIndicatorView;
|
||||
self.activityIndicator.accessibilityIdentifier = @"Loader";
|
||||
|
||||
[NSLayoutConstraint constraintPinView:activityIndicatorView heightConstraint:YES heightConstant:PaddingSix widthConstraint:YES widthConstant:PaddingSix];
|
||||
|
||||
// Sets the constraints for the activityIndicatorView
|
||||
|
||||
Loading…
Reference in New Issue
Block a user