loading spinner bounds fix

This commit is contained in:
Pfeil, Scott Robert 2021-04-05 10:57:04 -04:00
parent 3e68bc367c
commit 758ccff930

View File

@ -34,8 +34,7 @@
[view addSubview:activityIndicatorView];
self.activityIndicator = activityIndicatorView;
self.activityIndicator.accessibilityIdentifier = @"Loader";
[NSLayoutConstraint constraintPinView:activityIndicatorView heightConstraint:YES heightConstant:PaddingSix widthConstraint:YES widthConstant:PaddingSix];
[activityIndicatorView pinWidthAndHeight];
// Sets the constraints for the activityIndicatorView
[NSLayoutConstraint constraintPinSubview:activityIndicatorView pinCenterX:YES pinCenterY:YES];