loading spinner bounds fix
This commit is contained in:
parent
3e68bc367c
commit
758ccff930
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user