loading spinner bounds fix
This commit is contained in:
parent
3e68bc367c
commit
758ccff930
@ -34,8 +34,7 @@
|
|||||||
[view addSubview:activityIndicatorView];
|
[view addSubview:activityIndicatorView];
|
||||||
self.activityIndicator = activityIndicatorView;
|
self.activityIndicator = activityIndicatorView;
|
||||||
self.activityIndicator.accessibilityIdentifier = @"Loader";
|
self.activityIndicator.accessibilityIdentifier = @"Loader";
|
||||||
|
[activityIndicatorView pinWidthAndHeight];
|
||||||
[NSLayoutConstraint constraintPinView:activityIndicatorView heightConstraint:YES heightConstant:PaddingSix widthConstraint:YES widthConstant:PaddingSix];
|
|
||||||
|
|
||||||
// Sets the constraints for the activityIndicatorView
|
// Sets the constraints for the activityIndicatorView
|
||||||
[NSLayoutConstraint constraintPinSubview:activityIndicatorView pinCenterX:YES pinCenterY:YES];
|
[NSLayoutConstraint constraintPinSubview:activityIndicatorView pinCenterX:YES pinCenterY:YES];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user